std.concurrency and fibers

Jonathan M Davis jmdavisProg at gmx.com
Thu Oct 4 13:19:12 PDT 2012


On Thursday, October 04, 2012 13:32:01 Alex Rønne Petersen wrote:
> Thoughts? Other ideas?

std.concurrency is supposed to be designed such that it can be used for more 
than just threads (e.g. sending messages across the network), so if it needs 
to be adjusted to accomodate that, then we should do so, but we need to be 
careful to do it in a way that minimizes code breakage as much as reasonably 
possible.

- Jonathan M Davis


More information about the Digitalmars-d mailing list