bordeaux-threads
Bordeaux Threads makes writing portable multi-threaded apps simple.
$ area51 add bordeaux-threadsCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(bordeaux-threads:some-function ...)