cl-async-future

2015-01-13

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

Upstream URL

github.com/orthecreedence/cl-async-future

Author

Andrew Danger Lyon <orthecreedence@gmail.com>

License

MIT
README

cl-async-future

This is a standalone library for futures in Common Lisp that was originally part of cl-async.

Documentation

Documentation for cl-async-future lives on the cl-async website.

Tests

The test suite can be run by doing the following:

(ql:quickload :cl-async-future-test)
(cl-async-future-test:run-tests)

License

MIT.

Dependencies (1)

  • blackbird
  • GitHub
  • Quicklisp