cl-async-future
A futures implementation for Common Lisp. Plugs in nicely to cl-async.
$ area51 add cl-async-futureCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-async-future:some-function ...)