1. Home
  2. Browse
  3. slick-queue

slick-queue

v1.2.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::slick_queue)

Dependencies

See source

Version

v1.2.0#0

Publication

Supports

!uwp

GitHub

SlickQuant/slick_queue

Homepage

github.com/SlickQuant/slick_queue

Subtree

04155fbec1

License

MIT

Definition

Manifest