Threadpools, difference between DMD and LDC

Dicebot via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Aug 4 06:39:22 PDT 2014


On Monday, 4 August 2014 at 12:05:31 UTC, Philippe Sigaud via 
Digitalmars-d-learn wrote:
> IIRC, there are fibers somewhere in core, I'll have a look. I 
> also
> heard the vibe.d has them.

http://dlang.org/phobos/core_thread.html#.Fiber

vibe.d adds some own abstraction on top, for example "Task" 
concept and notion of Isolated types for message passing but 
basic are from Phobos.


More information about the Digitalmars-d-learn mailing list