Module Websocketaf.PayloadSource

Sourcetype t
Sourceval is_closed : t -> bool
Sourceval schedule_read : t -> on_eof:(unit -> unit) -> on_read:(Bigstringaf.t -> off:int -> len:int -> unit) -> unit
Sourceval close : t -> unit