Thread pools

Chris via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jul 22 07:28:46 PDT 2015


What would be the best way to manage different threads (spawned 
via std.concurrency), e.g. to tell them to stop at once, once a 
new command comes in? A thread pool? How would that look like in 
D? I feel my knowledge of D threads is still a bit limited.


More information about the Digitalmars-d-learn mailing list