cl-flow

2022-07-08

Data-flow driven concurrency model for Common Lisp

Upstream URL

github.com/borodust/cl-flow

Author

Pavel Korolev

License

MIT
README

CL-FLOW

Library for asynchonous non-blocking concurrency in Common Lisp.

Documentation

Documentation at borodust.org

You can hear my lengthy-bad-english explanation of cl-flow operation in Common Lisp Study Group: Concurrency in Common Lisp Part 2 video from Atlanta Functional Programming group.

Tests

(ql:quickload :cl-flow/tests)
(5am:run! :cl-flow-suite)

Dependencies (4)

  • alexandria
  • cl-muth
  • fiveam
  • simple-flow-dispatcher

Dependents (1)

  • GitHub
  • Quicklisp