Module Eio_unix.Private

API for Eio backends only.

type Stdlib.Effect.t +=
  1. | Await_readable : Unix.file_descr -> unit Stdlib.Effect.t
  2. | Await_writable : Unix.file_descr -> unit Stdlib.Effect.t
  3. | Get_monotonic_clock : Eio.Time.Mono.ty Eio.Std.r Stdlib.Effect.t
  4. | Pipe : Eio.Switch.t -> (source_ty Eio.Std.r * sink_ty Eio.Std.r) Stdlib.Effect.t
    (*

    See pipe

    *)
module Rcfd : sig ... end

A safe wrapper around Unix.file_descr.

module Fork_action = Private.Fork_action
module Thread_pool : sig ... end

A pool of systhreads, to avoid the overhead of creating a new thread for each operation.