Skip to Content

slick-queue v1.5.0

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::queue) 

# License

# Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

# Features

No features defined.

# Dependencies

No transitive dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • freshthinking's avatar freshthinking
  • kzhdev's avatar kzhdev
  • Weihang Ding's avatar Weihang Ding

# Changelog

# Source