readerwriterqueue

Lock-free queue library for single-producer, single-consumer C++ applications

brewmacoslinux
Try with needOr install directly
Source

About

Fast single-producer, single-consumer lock-free queue for C++

Commands

readerwriterqueue

Examples

Include the header in a C++ project to use the queue$ g++ -I$(brew --prefix readerwriterqueue)/include myprogram.cpp -o myprogram
View installed header files for integration$ ls $(brew --prefix readerwriterqueue)/include
Check package information and dependencies$ brew info readerwriterqueue