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