Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Zmq.Socket
SourceRead 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.