bt-semaphore

MIT

A simple semaphore class for bordeaux-threads inspired by SBCL's semaphore.

$ area51 add bt-semaphoreCopy

Usage

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