eio
eio copied to clipboard
What to do for `ftruncate`?
Is this function missing from eio
, or is one supposed to use the one in the unix
library (via eio_unix
)?
Also: "seek".
There are lots of missing functions - PRs welcome!
Eio.Fs.rw
should have these, along with pread
, etc.
seek
and truncate
were added in https://github.com/ocaml-multicore/eio/pull/626.