jpl-queues
A few different kinds of queues, with optional multithreading synchronization.
$ area51 add jpl-queuesCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(jpl-queues:some-function ...)