Module Dream_websocketaf.Client_handshakeSource
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 Sourceval report_exn : t -> exn -> unit