package zmq

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