Internal and external iteration, fibers
deadalnix
deadalnix at gmail.com
Sun Jan 20 18:27:49 PST 2013
On Sunday, 20 January 2013 at 20:19:56 UTC, Nick Sabalausky wrote:
> If we need to resort to using D-as-a-DSL-inside-D to get decent
> coroutines, then that just further proves the need for a real
> coroutine
> support in the language.
A good part of the job is done with Fibers. The biggest problem I
see is module constructor and switching from TLS to fiber local
storage.
More information about the Digitalmars-d
mailing list