[dmd-concurrency] Fibers

Sean Kelly sean at invisibleduck.org
Fri Jan 29 08:43:20 PST 2010


On Jan 28, 2010, at 7:30 PM, Graham St Jack wrote:

> Will there be a place in D for Fibers when the concurrency dust settles, and if so, what will it be?
> 
> I for one find fibers very useful in a lot of places where threads have been traditionally used, and would like them to remain in place.

They'll remain in Druntime and may end up being used by spawn() at some point.  If so, TLS data would have to actually be fiber-local.


More information about the dmd-concurrency mailing list