mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-19 04:45:59 +01:00
Initial implementation of reaper thread.
Reaper thread destroys the socket asynchronously. zmq_term() can be interrupted by a signal (EINTR). zmq_socket() will return ETERM after zmq_term() was called. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -315,7 +315,8 @@ ERRORS
|
||||
The requested socket 'type' is invalid.
|
||||
*EFAULT*::
|
||||
The provided 'context' was not valid (NULL).
|
||||
|
||||
*ETERM*::
|
||||
The context specified was terminated.
|
||||
|
||||
SEE ALSO
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user