A lock-free multi-producer multi-consumer ring buffer FIFO queue.
-
Updated
Jan 13, 2020 - C++
A lock-free multi-producer multi-consumer ring buffer FIFO queue.
async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded MPMC lock-free queue.
A multi-producer multi-consumer lock-free ring buffer implementation
Add a description, image, and links to the mpmc topic page so that developers can more easily learn about it.
To associate your repository with the mpmc topic, visit your repo's landing page and select "manage topics."