Eio_unix.PrivateAPI for Eio backends only.
type Stdlib.Effect.t += | Await_readable : Unix.file_descr -> unit Stdlib.Effect.t| Await_writable : Unix.file_descr -> unit Stdlib.Effect.t| Get_monotonic_clock : Eio.Time.Mono.ty Eio.Std.r Stdlib.Effect.t| Pipe : Eio.Switch.t -> (source_ty Eio.Std.r * sink_ty Eio.Std.r)
Stdlib.Effect.tmodule Rcfd : sig ... endA safe wrapper around Unix.file_descr.
module Fork_action : sig ... endActions to perform after forking a child process.
module Thread_pool : sig ... endA pool of systhreads, to avoid the overhead of creating a new thread for each operation.
val read_link : Fd.t option -> string -> stringval read_link_unix : Unix.file_descr option -> string -> string