Commit e6572fac authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #2222 from SuperFluffy/doc_explain_context

Add a single sentence explaining what a context is
parents 53bf6dfc ec25fd2a
...@@ -30,6 +30,9 @@ provided by the 0MQ library. ...@@ -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':
......
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