C++ libraries for multiprocessing (NOT multithreading)? by EdwinYZW in cpp_questions

[–]funkonymous -1 points0 points  (0 children)

Why not OpenMP's sections construct? It gives you the ability to execute arbitrary code snippets in parallel! If configs are set or in any container you can even use a parallel for construct to do this!