package eio

  1. Overview
  2. Docs
type tag
include Flow.Pi.SHUTDOWN
type t
val shutdown : t -> Flow.shutdown_command -> unit
include Flow.Pi.SOURCE with type t := t
val read_methods : t Flow.read_method list
val single_read : t -> Cstruct.t -> int
include Flow.Pi.SINK with type t := t
val single_write : t -> Cstruct.t list -> int
val copy : t -> src:_ Flow.source -> unit

copy t ~src allows for optimising copy operations.

If you have no optimisations, you can use simple_copy to implement this using single_write.

val close : t -> unit
OCaml

Innovation. Community. Security.