Skip to Content

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's avatar freshthinking

# Changelog

  • 84cf0fd [slick-queue] Update to version 1.2.1 (#49144)
  • 04155fb [slick-queue] Update to 1.2.0 (#49006)
  • 4052e4b [slick-queue] new port (#48297)

# Source