This repository includes 3 different multi-threaded queues:
This is a header-only library
- A lock-free queue for one producer and one consumer
- A fixed size, circular, multi-threaded queue
- A generic multi-threaded queue
Lock-free Q Test File
Circular fixed-size Q Test File
Generic Q Test File
mkdir build
cd build
cmake ..
make install
cd build
make uninstall