package zmq-lwt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type id_t
val id_of_string : string -> id_t
val recv : [ `Router ] t -> (id_t * string list) Lwt.t
val send : [ `Router ] t -> id_t -> string list -> unit Lwt.t