Pi.STREAM_SOCKET
include Eio.Net.Pi.STREAM_SOCKET
include Eio.Flow.Pi.SOURCE with type t := t
val read_methods : t Eio.Flow.read_method list
include Eio.Flow.Pi.SINK with type t := t
val copy : t -> src:_ Eio.Flow.source -> unit
copy t ~src
allows for optimising copy operations.
If you have no optimisations, you can use Eio.Flow.Pi.simple_copy
to implement this using single_write
.
val close : t -> unit
val recv_msg_with_fds :
t ->
sw:Eio.Std.Switch.t ->
max_fds:int ->
Cstruct.t list ->
int * Fd.t list