January 29, 2010
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.
January 29, 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.