Eio_mock.FlowSourceMock Eio.Flow sources and sinks.
type t =
< Eio.Flow.two_way
; Eio.Flow.close
; on_read : string Handler.t
; on_copy_bytes : int Handler.t
; set_copy_method : copy_method -> unit
; attach_to_switch : Eio.Switch.t -> unit >make label is a mock Eio flow. It can be used as a source, sink, or two-way flow.
on_read t actions configures the values to return from the mock's read function.
on_copy_bytes t actions configures the number of bytes to copy in each iteration.
set_copy_method t m configures t to use the given method to read from a source during a copy operation.