ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
529 stars 67 forks source link

Minor file-descriptor improvements #690

Closed talex5 closed 5 months ago

talex5 commented 5 months ago

This adds Eio_unix.Fd.is_open, which just makes the internal is_open feature public, adds a missing header that prevented O_PATH from being found on Linux, and adds some tests for Path.open_dir.