Affect c9fc5df

Affect is a streamlined and natural concurrency model for OCaml 5. It just provides parallel asynchronous function calls with structured cooperative concurrency and cancellation.

Sample IO interaction

These modules are just provided to show how one can compose fibers with the functionality of the Unix module.

TODO

See also the design notes.