Add a single sentence explaining what a context is

This commit is contained in:
Richard Janis Goldschmidt 2016-11-21 14:11:33 +01:00
parent 53bf6dfcf0
commit ec25fd2ada

View File

@ -30,6 +30,9 @@ provided by the 0MQ library.
Context 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 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 exit your application you must destroy the 'context'. These functions let
you work with 'contexts': you work with 'contexts':