On Sun, Jul 18, 2010 at 03:29:00PM -0000, Parrot wrote: > #1702: Cannot resume dead coroutine > Comment(by allison): > > Talked with NotFound about this on IRC. To summarize:
FWIW, the way that PGE managed this issue was to clone Coroutines prior to making the initial call, and never invoke the original Coroutine directly. Then it became relatively easy to "restart a coroutine" from the beginning by making a new clone of the original. Pm _______________________________________________ parrot-tickets mailing list [email protected] http://lists.parrot.org/mailman/listinfo/parrot-tickets
