Stackless resumable functions

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Wed Oct 29 01:36:31 PDT 2014


It's usually single-threaded by default, but this is achieved by 
routing continuation to the original thread through its 
synchronization context, while in multithreaded mode continuation 
can be executed in thread pool on any thread.


More information about the Digitalmars-d mailing list