blackbird

2022-11-07

A promise implementation for Common Lisp.

Upstream URL

github.com/orthecreedence/blackbird

Author

Andrew Danger Lyon <orthecreedence@gmail.com>

License

MIT
README

blackbird

A standalone promise implementation for Common Lisp. This is the successor to the now-deprecated cl-async-future project.

Its goal is to provide an abstraction around synchronous and asynchronous code in a way that's natural to regular lisp programming. This is ideal for both writing drivers that can handle both blocking and non-blocking sockets, as well as various threading operations that have the concept of a delayed result.

Documentation

Check out the blackbird doc site.

Tests

The test suite can be run by doing the following:

(ql:quickload :blackbird-test)
(blackbird-test:run-tests)

License

MIT.

Dependencies (3)

  • cl-async
  • fiveam
  • vom
  • GitHub
  • Quicklisp