package zmq

  1. Overview
  2. Docs
type 'a t
val create : unit -> 'a t
val send : 'a t -> 'a -> unit
val recv : 'a t -> 'a Deferred.t