C++14 lock-free queue library for high-performance concurrent programming
C++14 lock-free queues
atomic_queue$ g++ -std=c++14 -I$(brew --prefix atomic_queue)/include myprogram.cpp -o myprogram$ find_package(atomic_queue REQUIRED) and target_link_libraries(mytarget atomic_queue::atomic_queue)$ brew --prefix atomic_queue