slick-queue v1.2.1
- Created
- Updated
A C++ Lock-Free MPMC queue - header-only library for high throughput concurrent messaging with optional shared memory support
# 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::slick_queue) # License
# Supported Platforms
!uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
freshthinking