bt-semaphore
A simple semaphore class for bordeaux-threads inspired by SBCL's semaphore.
$ area51 add bt-semaphoreCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(bt-semaphore:some-function ...)