From ec25fd2adac6f0c13d4af778d1c37d27439e8050 Mon Sep 17 00:00:00 2001 From: Richard Janis Goldschmidt Date: Mon, 21 Nov 2016 14:11:33 +0100 Subject: [PATCH] Add a single sentence explaining what a context is --- doc/zmq.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/zmq.txt b/doc/zmq.txt index e3106e05..2bf78227 100644 --- a/doc/zmq.txt +++ b/doc/zmq.txt @@ -30,6 +30,9 @@ provided by the 0MQ library. Context ~~~~~~~ +The 0MQ 'context' keeps the list of sockets and manages the async I/O thread +and internal queries. + Before using any 0MQ library functions you must create a 0MQ 'context'. When you exit your application you must destroy the 'context'. These functions let you work with 'contexts':