void set(context_option const option, int const value)
Set the value of an option in the underlaying zmq context.
Definition: context.cpp:38
void terminate()
Terminate the current context.
Definition: context.cpp:22
context()
Initialise the 0mq context.
Definition: context.hpp:72
The context class represents internal zmq context and io threads.
Definition: context.hpp:46
~context() NOEXCEPT
Closes the 0mq context.
Definition: context.hpp:96
void * _context
Definition: context.hpp:184
context & operator=(context &&source) NOEXCEPT
Move supporting operator.
Definition: context.hpp:124
context(context &&source) NOEXCEPT
Move supporting constructor.
Definition: context.hpp:111