package procord

  1. Overview
  2. Docs
val connect : ?timeout:float -> ?ping:string -> string -> int -> 'a -> 'a t
val close_nicely : ?timeout:float -> 'a t -> unit
val send : 'a t -> string -> unit
val receive : 'a t -> int -> string option