pooler

MIT

Generic thread-safe pooling facility for your library.

$ area51 add poolerCopy

Usage

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