cl-threadpool

MIT

Implementation of a thread pool

$ area51 add cl-threadpoolCopy

Usage

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