They probably meant something more declarative, along the lines of OpenMP.
Most STL algorithms can be executed in parallel from C++17.
It is standardized and widely implemented, just not part of the C++ standard itself.
Most STL algorithms can be executed in parallel from C++17.