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

This commit is contained in:
std-any-emplace 2020-01-23 20:08:38 +01:00
parent 72865e1b61
commit 81d522bb66

View File

@ -786,8 +786,8 @@ Applicable socket types:: all, when using TCP transports.
ZMQ_THREAD_SAFE: Retrieve socket thread safety
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
are threadsafe.
or not the socket is threadsafe. See linkzmq:zmq_socket[3] for which sockets are
thread-safe.
[horizontal]
Option value type:: boolean