package zmq
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=7e39ff4f4930e5c4fcb66235de54a2b8ebdb2d3efbd3f44c6f3b61fd07b8e8ed
sha512=c086989220a831359707e8be04a9fcc5817d3145e5da89bb9210ed3619611ed47b0cedb7d3c2319d6e2fc5ca0f48aa2e46bde72b0bee824594a019c6dcc624c0
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.