Concurrency::parallel_for?

I have some sample code that uses a callback that expects something that parallelizes the actions 'for free'.

Anything in juce I've missed that does it? I know jobs would work... but that's a fair bit of effort. C++11 have anything I can use? Need it on x64 linux and Mac.

 

Bruce