pooler
Generic thread-safe pooling facility for your library.
$ area51 add poolerCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(pooler:some-function ...)Generic thread-safe pooling facility for your library.
$ area51 add poolerCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(pooler:some-function ...)