Is there something like Grand Central Dispatch for D?

Bienlein jeti789 at web.de
Mon Apr 8 07:45:39 PDT 2013


Hello,

I'm looking for something like Grand Central Dispatch (GCD) for
D. GCD is a library that allows for parallel programming by
adding functions/lambdas to queues, where each queue has a thread
on its own, see
http://en.wikipedia.org/wiki/Grand_Central_Dispatch

There is http://hawtdispatch.fusesource.org/ for Java, but
porting it quickly to D might take some time...

Thanks for any hints,
Bienlein


More information about the Digitalmars-d mailing list