Affect is a streamlined and natural concurrency model for OCaml.
It provides parallel asynchronous functions and first-class synchronous actions to orchestrate them. The resulting concurrency model has structured cooperative concurrency, structured cancellation and structured effect handling.
Affect is distributed under the ISC license. The base library has no dependencies. It optionally depends on the Cmdliner and the OCaml Unix module.