Bases: object
Manage the lifecycle of a 0MQ context.
This class no longer takes any flags or the number of application threads.
Parameters : | io_threads : int
|
---|
Create a Socket associated with this Context.
Parameters : | socket_type : int
|
---|
Close or terminate the context.
This can be called to close the context by hand. If this is not called, the context will automatically be closed when it is garbage collected.