cl-async-future

MIT

A futures implementation for Common Lisp. Plugs in nicely to cl-async.

$ area51 add cl-async-futureCopy

Usage

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