Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val of_socket : 'a Zmq.Socket.t -> 'a t
val to_socket : 'a t -> 'a Zmq.Socket.t
val to_string_hum : 'a t -> string
val recv : 'a t -> string Lwt.t
val send : 'a t -> string -> unit Lwt.t
val recv_all : 'a t -> string list Lwt.t
val send_all : 'a t -> string list -> unit Lwt.t
val close : 'a t -> unit Lwt.t
module Router : sig ... end
module Monitor : sig ... end