fast-mpsc-queue

MIT

Multi-Producer Single-Consumer queue implementation.

$ area51 add fast-mpsc-queueCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(fast-mpsc-queue:some-function ...)

Dependencies