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