Parallelism utility library featuring:
Documentation for the latest version available here
cmake >= 3.5
c++17
rm -rf build && mkdir build && cd build && cmake .. -DPARA_ENABLE_TESTING:bool=on && make && ctest -V && cd ..