|
C++ Concurrency Sandbox
|
This project is a comprehensive collection of modern C++ concurrency patterns, ranging from basic synchronization to advanced priority-based task scheduling.
The project is organized by pattern complexity:
std::shared_mutex.std::packaged_task and std::future.To generate this documentation locally:
Then open docs/html/index.html in your browser.