Sourcetype mode = [ | `Client of unit -> int32| `Server
] Sourceval schedule :
t ->
kind:[ `Text | `Binary | `Continuation ] ->
Bigstringaf.t ->
off:int ->
len:int ->
unit Sourceval send_bytes :
t ->
kind:[ `Text | `Binary | `Continuation ] ->
Bytes.t ->
off:int ->
len:int ->
unit Sourceval flushed : t -> (unit -> unit) -> unit