From 7aba2d10338727b030c3a9ff4ec34f7086ea5023 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 18 Aug 2010 12:00:26 +0200 Subject: documentation leftover from v2.0.6 cleaned in zmq(7) --- doc/zmq.txt | 3 +-- 1 file changed, 1 insertion(+), 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()_. -- cgit v1.2.3