bodge-queue

MIT

Simple FIFO implementation with no external dependencies

$ area51 add bodge-queueCopy

Usage

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