parachute

Pull Request

Description

Parallelism utility library featuring:

API Documentation

Documentation for the latest version available here

Requirements

Running tests

rm -rf build && mkdir build && cd build && cmake .. -DPARA_ENABLE_TESTING:bool=on && make && ctest -V && cd ..