forester.prelude
Eio_util.NullSink
forester.core
forester.frontend
forester.render
type t = unit
val single_write : t -> Cstruct.t list -> int
val copy : t -> src:_ Eio.Flow.source -> unit
copy t ~src allows for optimising copy operations.
copy t ~src
If you have no optimisations, you can use Eio.Flow.Pi.simple_copy to implement this using single_write.
Eio.Flow.Pi.simple_copy
single_write