cl-async-await

AGPLv3

An implementation of async/await for Common Lisp

$ area51 add cl-async-awaitCopy

Usage

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