slick-queuev1.5.0
- Updated
A C++ Lock-Free MPMC queue - header-only library for high throughput concurrent messaging with optional shared memory support
- Project website: https://github.com/SlickQuant/slick-queue
#Usage
slick-queue is header-only and can be used from CMake via:
find_package(slick-queue CONFIG REQUIRED)
target_link_libraries(main PRIVATE slick::queue)#Features
No features defined.
#Host Tool For
No ports use this.
#Contributors
freshthinking
kzhdev
Weihang Ding