mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 19:10:22 +01:00
Clarify use of poll() with C++ API, fix typo
This commit is contained in:
@@ -117,7 +117,7 @@ Constructor
|
|||||||
|
|
||||||
These map to the _zmq_msg_init()_, _zmq_msg_init_size()_ and
|
These map to the _zmq_msg_init()_, _zmq_msg_init_size()_ and
|
||||||
_zmq_msg_init_data()_ functions, described in linkzmq:zmq_msg_init[3],
|
_zmq_msg_init_data()_ functions, described in linkzmq:zmq_msg_init[3],
|
||||||
linkzmq:zmq_msg_init_size[3] and linkzmq_msg_init_data[3] respectively.
|
linkzmq:zmq_msg_init_size[3] and linkzmq:zmq_msg_init_data[3] respectively.
|
||||||
|
|
||||||
|
|
||||||
Destructor
|
Destructor
|
||||||
@@ -164,6 +164,9 @@ Input/output multiplexing
|
|||||||
The _poll()_ function is a namespaced equivalent of the _zmq_poll()_ function,
|
The _poll()_ function is a namespaced equivalent of the _zmq_poll()_ function,
|
||||||
as described in linkzmq:zmq_poll[3].
|
as described in linkzmq:zmq_poll[3].
|
||||||
|
|
||||||
|
NOTE: To obtain a 0MQ _socket_ for use in a _zmq_pollitem_t_ structure, you
|
||||||
|
should cast an instance of the _socket_t_ class to `(void *)`.
|
||||||
|
|
||||||
|
|
||||||
ERROR HANDLING
|
ERROR HANDLING
|
||||||
--------------
|
--------------
|
||||||
|
|||||||
Reference in New Issue
Block a user