mailbox
Simple multithreading mailboxes.
$ area51 add mailboxCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(mailbox:some-function ...)Simple multithreading mailboxes.
$ area51 add mailboxCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(mailbox:some-function ...)