io icon indicating copy to clipboard operation
io copied to clipboard

IO should be just a library

Results 3 io issues
Sort by recently updated
recently updated
newest added

This IO proposal is superseded by the [Picos framework](https://github.com/ocaml-multicore/picos).

A recursive mutex implementation (see [here](https://github.com/ocaml-multicore/saturn/pull/90)), for example, might want to use the id of a fiber. A non-recursive mutex implementation could use such an id to detect when a...

> By providing such key concurrent runtime facilities in scheduler independent form we can have an ecosystem of interoperable libraries, multiple schedulers, and avoid unnecessary community split. The basic problem...