> Thanks for the further data on async using ref counting GC - I didn't realize > it only worked without the cycle detector and a further "tiny" code gen patch.
No, it _also_ does work without its cycle collector, the cycle collector does no harm. The codegen patch is to break up a cycle which keeps the RC component from collecting. > Is there a place in the code that could make these "hooks" readily accessible > to me? At this point I suggest you join our IRC channel so that I can guide you through the codebase.
