On Oct 21, 2011, at 12:49 PM, Eric Jacobs wrote: > The catch is, of course, that all code which either can yield, or can call > other functions which yield, must have the "yield" keyword there, to mark > that run-to-completion invariants will end at that point. This seems like a > very reasonable compromise to me.
If you have to yield at every point in a call chain that might reach a coroutine that captures a deep continuation, then you've really got a chain of shallow continuations. /be _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

