0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 01:37:56 +08:00

Merge pull request #3851 from gummif/gfa/ts-int

Problem: ZMQ_THREAD_SAFE is not bool
This commit is contained in:
Luca Boccassi 2020-03-23 21:11:29 +00:00 committed by GitHub
commit 3c13e9222d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -806,7 +806,8 @@ or not the socket is threadsafe. See linkzmq:zmq_socket[3] for which sockets are
thread-safe.
[horizontal]
Option value type:: boolean
Option value type:: int
Option value unit:: boolean
Applicable socket types:: all