eventbus
An event bus in Common Lisp.
$ area51 add eventbusCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(eventbus:some-function ...)An event bus in Common Lisp.
$ area51 add eventbusCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(eventbus:some-function ...)