concurrencpp is a tasking library for C++ allowing developers to write highly concurrent applications easily and safely by using tasks, executors and coroutines.
vcpkg install concurrencppNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Submit a task to thread executor and get result
Use a compiler with full C++20 coroutine support (e.g., MSVC 2019 16.8+, GCC 11+, Clang 14+)
No dependency data recorded yet.
No resource links recorded.