Commit 7aba2d10 authored by Martin Sustrik's avatar Martin Sustrik

documentation leftover from v2.0.6 cleaned in zmq(7)

parent de017375
...@@ -44,8 +44,7 @@ Terminate 0MQ context:: ...@@ -44,8 +44,7 @@ Terminate 0MQ context::
Thread safety Thread safety
^^^^^^^^^^^^^ ^^^^^^^^^^^^^
A 0MQ 'context' is thread safe and may be shared among as many application A 0MQ 'context' is thread safe and may be shared among as many application
threads as the application has requested using the _app_threads_ parameter to threads as necessary, without any additional locking required on the part of the
_zmq_init()_, without any additional locking required on the part of the
caller. Each 0MQ socket belonging to a particular 'context' may only be used caller. Each 0MQ socket belonging to a particular 'context' may only be used
by *the thread that created it* using _zmq_socket()_. by *the thread that created it* using _zmq_socket()_.
......
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