mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-07 09:48:07 +01:00
Fixed ref to zmq_socket_monitor
This commit is contained in:
parent
b40879f9de
commit
c2c0f39d36
@ -44,9 +44,6 @@ Work with context properties::
|
|||||||
Destroy a 0MQ context::
|
Destroy a 0MQ context::
|
||||||
linkzmq:zmq_ctx_term[3]
|
linkzmq:zmq_ctx_term[3]
|
||||||
|
|
||||||
Monitor a 0MQ context::
|
|
||||||
linkzmq:zmq_ctx_set_monitor[3]
|
|
||||||
|
|
||||||
These deprecated functions let you create and destroy 'contexts':
|
These deprecated functions let you create and destroy 'contexts':
|
||||||
|
|
||||||
Initialise 0MQ context::
|
Initialise 0MQ context::
|
||||||
@ -142,6 +139,9 @@ Sending and receiving messages::
|
|||||||
linkzmq:zmq_recv[3]
|
linkzmq:zmq_recv[3]
|
||||||
linkzmq:zmq_send_const[3]
|
linkzmq:zmq_send_const[3]
|
||||||
|
|
||||||
|
Monitoring socket events:
|
||||||
|
linkzmq:zmq_socket_monitor[3]
|
||||||
|
|
||||||
.Input/output multiplexing
|
.Input/output multiplexing
|
||||||
0MQ provides a mechanism for applications to multiplex input/output events over
|
0MQ provides a mechanism for applications to multiplex input/output events over
|
||||||
a set containing both 0MQ sockets and standard sockets. This mechanism mirrors
|
a set containing both 0MQ sockets and standard sockets. This mechanism mirrors
|
||||||
|
Loading…
Reference in New Issue
Block a user