ki/README.md
2020-06-28 12:36:44 -04:00

1.7 KiB

ki

GitHub CI Hackage Stackage LTS Stackage Nightly Dependencies

ki is a lightweight structured-concurrency library inspired by

Tutorial

In-progress tutorial series

Overview

Structured concurrency

TODO

Soft-cancellation

TODO

Error propagation

TODO

Testing

The implementation is tested for deadlocks, race conditions, and other concurrency anomalies by dejafu, a fantastic unit-testing library for concurrent programs.