What is the equivalent to D's taskPool.parallel() in C++

Viewed 182

Is there an equivalent feature to D's parallel() from the std.parallelism module in C++?

1 Answers
Related