Thomas Leonard db4e8d527d Add safe wrapper for Unix.file_descr
OCaml's `file_descr` type can be used after being closed. In the best
case (the FD hasn't been reused), the kernel will return an error.
However, it may also perform the operation on an unrelated FD, breaking
modularity and causing bugs that are extremely hard to debug.
2021-04-14 10:12:40 +01:00
2021-03-02 15:19:17 +01:00
2021-04-14 09:21:06 +01:00
2021-04-04 22:35:35 +05:30

eioio -- effects based parallel IO for OCaml

This library implements an effects-based direct-style IO stack for multicore OCaml.

The library is very much a work-in-progress, so this is an unreleased repository.

Some background about the effects system can be found in:

Description
Effects-based direct-style IO for multicore OCaml
Readme 8.7 MiB
Languages
OCaml 94%
C 5.5%
Dune 0.3%
Dockerfile 0.1%