Module Websocketaf.Server_connectionSource
Sourcetype error = [ | `Exn of exn
] Sourceval next_read_operation : t -> [ `Read | `Yield | `Close ] Sourceval report_write_result : t -> [ `Ok of int | `Closed ] -> unit Sourceval report_exn : t -> exn -> unit Sourceval yield_reader : t -> (unit -> unit) -> unit Sourceval yield_writer : t -> (unit -> unit) -> unit