On Thursday, 9 January 2014 at 19:15:50 UTC, Ross Hays wrote:
Does anybody know if there is a library like thread building blocks for D? I imagine that it hasn't been ported or anything given it is a C++ library and licensed inconveniently.If not, is there something in Phobos similar to it or that would help in making it? I may try writing something like it if it doesn't already exist.
It seems to be somewhat similar to std.parallelism (http://dlang.org/phobos/std_parallelism.html)