fast-mpsc-queue
Multi-Producer Single-Consumer queue implementation.
$ area51 add fast-mpsc-queueCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(fast-mpsc-queue:some-function ...)Multi-Producer Single-Consumer queue implementation.
$ area51 add fast-mpsc-queueCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(fast-mpsc-queue:some-function ...)