mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-31 22:45:38 +01:00
Add a single sentence explaining what a context is
This commit is contained in:
parent
53bf6dfcf0
commit
ec25fd2ada
@ -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':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user