cl-threadpool

MIT

Implementation of a thread pool

$ area51 add cl-threadpoolコピー

使い方

;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(cl-threadpool:some-function ...)