Commit 81d522bb authored by std-any-emplace's avatar std-any-emplace

Refer to zmq_socket because there are more thread-safe sockets than just client/server

parent 72865e1b
...@@ -786,8 +786,8 @@ Applicable socket types:: all, when using TCP transports. ...@@ -786,8 +786,8 @@ Applicable socket types:: all, when using TCP transports.
ZMQ_THREAD_SAFE: Retrieve socket thread safety ZMQ_THREAD_SAFE: Retrieve socket thread safety
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'ZMQ_THREAD_SAFE' option shall retrieve a boolean value indicating whether The 'ZMQ_THREAD_SAFE' option shall retrieve a boolean value indicating whether
or not the socket is threadsafe. Currently 'ZMQ_CLIENT' and 'ZMQ_SERVER' sockets or not the socket is threadsafe. See linkzmq:zmq_socket[3] for which sockets are
are threadsafe. thread-safe.
[horizontal] [horizontal]
Option value type:: boolean Option value type:: boolean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment