diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-08-18 12:00:26 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-08-18 12:00:26 +0200 |
commit | 7aba2d10338727b030c3a9ff4ec34f7086ea5023 (patch) | |
tree | 4c75291a18cf1d29726f7c1bf86233555ed3a67f /doc | |
parent | de0173754cc82f6c08875a892892f043a804554c (diff) |
documentation leftover from v2.0.6 cleaned in zmq(7)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/zmq.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/zmq.txt b/doc/zmq.txt index 330c9d1..362f907 100644 --- a/doc/zmq.txt +++ b/doc/zmq.txt @@ -44,8 +44,7 @@ Terminate 0MQ context:: Thread safety ^^^^^^^^^^^^^ 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 -_zmq_init()_, without any additional locking required on the part of the +threads as necessary, without any additional locking required on the part of the caller. Each 0MQ socket belonging to a particular 'context' may only be used by *the thread that created it* using _zmq_socket()_. |