package zmq
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=24b32de3829a103e548f37e00f7e03fca72a00e1b67d6ee6d3d75fbae31b8806
sha512=7b4c1e7bce06d7f340603c7d56ffc1714c5a0601040d72bbe5591e3ae5cf24e7835b5da7bd525c19632db45059544ddcdeecd507298e993b7b761a764c1d8ff7
doc/zmq/Zmq/Socket/index.html
Module Zmq.Socket
Source
Read a message from the socket. block indicates if the call should be blocking or non-blocking. If block is false
, recv
will raise Unix.Unix_error (Unix.EAGAIN, _, _)
if there are no messages available to receive on the specified socket. Default true
Read a complete multipart message from the socket. block indicates if the call should be blocking or non-blocking. Default true
Send a message to the socket. block indicates if the call should be blocking or non-blocking. Default true more is used for multipart messages, and indicates that the more message parts will follow. Default false
Send a multipart message to the socket. block indicates if the call should be blocking or non-blocking. Default true
Receive a multi-part message on the socket.
Send a multi-part message to the socket.