mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-26 23:01:04 +08: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
|
||||
~~~~~~~
|
||||
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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user