Skip to content

slick-queuev2.0.0

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)

#Supported Platforms

!uwp

  • ✅linux
  • ✅osx
  • ✅windows
  • ❌uwp

#Features

No features defined.

#Dependencies

No transitive dependencies.

#Host Dependencies

No transitive dependencies.

#Host Tool For

No ports use this.

#Contributors

  • freshthinking's avatarfreshthinking
  • kzhdev's avatarkzhdev
  • Weihang Ding's avatarWeihang Ding

#Changelog