ocaml-multicore / eio

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

Add Eio.Path.read_link #686

Closed talex5 closed 5 months ago

talex5 commented 5 months ago

Part of #510.

As io_uring doesn't have readlink, I put the C stub in eio_unix to share it.