C++14 lock-free queue.
-
Updated
Nov 4, 2024 - C++
C++14 lock-free queue.
Simple C++ implementation of a sequential-lock queue that heavily makes use of templates and leaves the user with the choice to avoid or embrace data races.
Fast, shared, upgradeable, non-recursive and non-fair mutex
Designed as a cross platform drop in easy to use threading library, mainly an abstraction layer over std::thread and pthread, with attention to the specific requirements of platforms like Google Native Client/UCC.
Add a description, image, and links to the atomics topic page so that developers can more easily learn about it.
To associate your repository with the atomics topic, visit your repo's landing page and select "manage topics."