Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 821 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 821 Bytes

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.

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.