1. Home
  2. Browse
  3. slick-queue

slick-queue

v1.4.0#0Go to latest

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

v1.4.0#0

Publication

Supports

!uwp

GitHub

SlickQuant/slick-queue

Homepage

github.com/SlickQuant/slick-queue

Subtree

7895d40de3

License

MIT

Definition

Manifest