bordeaux-threads

MIT

Bordeaux Threads makes writing portable multi-threaded apps simple.

$ area51 add bordeaux-threadsCopy

Usage

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