bodge-queue
Simple FIFO implementation with no external dependencies
$ area51 add bodge-queueCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(bodge-queue:some-function ...)Simple FIFO implementation with no external dependencies
$ area51 add bodge-queueCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(bodge-queue:some-function ...)