Eio_unix.PrivateSourceAPI for Eio backends only.
type Effect.t += | Await_readable : Unix.file_descr -> unit Effect.t| Await_writable : Unix.file_descr -> unit Effect.t| Get_monotonic_clock : Eio.Time.Mono.t Effect.t| Pipe : Eio.Switch.t -> (source * sink) Effect.t