package zmq

  1. Overview
  2. Docs
OCaml bindings for ZeroMQ 4.x

Install

Dune Dependency

Authors

Maintainers

Sources

5.0.0.tar.gz
sha256=831f7f9c206dc9fdbdf037c70907eeaa2716ac2502cf33fd6212f3e91d1fa924
md5=08c6d97f2e5b67c9a77b9e65e10cb417

doc/zmq/Zmq/Poll/index.html

Module Zmq.Poll

type t
type poll_event =
  1. | In
  2. | Out
  3. | In_out
type 'a poll_mask = 'a Socket.t * poll_event
val mask_of : 'a poll_mask array -> t
val poll : ?timeout:int -> t -> poll_event option array
OCaml

Innovation. Community. Security.