eio
Flow.sink
Consumer base class.
eio.core
eio.mock
eio.unix
eio.utils
inherit Eio__.Generic.t
method virtual copy : 'a. (source as 'a) -> unit
method write : Cstruct.t list -> unit
The default implementation is copy (cstruct_source ...), but it can be overridden for speed.
copy (cstruct_source ...)