1. Home
  2. Browse
  3. slick-queue

slick-queue

v2.0.0#0Latest

A C++ Lock-Free MPMC queue - header-only library for high throughput concurrent messaging with optional shared memory support

Install

Run the following Vcpkg command to install the port.

vcpkg install 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)

Dependencies

See source

Version

v2.0.0#0

Publication

Supports

!uwp

GitHub

SlickQuant/slick-queue9

Homepage

github.com/SlickQuant/slick-queue

Subtree

d8ecf2b874

License

MIT

Definition

Manifest