Description
Concurrent OCaml code can use cooperative threads for asynchronous workflows. This helps developers write network clients, servers, and long-running tasks without blocking the whole program.
It is a development library. Users normally receive it as a dependency of OCaml software that needs asynchronous behavior.