Wrapper class to hold boost io context required for io object( sockets)
void DeInitialize() noexcept
De-initialize the context.
boost::asio::io_context Context
Type alias for boost context.
std::atomic_bool exit_request_
Flag to terminate the thread.
std::mutex mutex_
mutex to lock critical section
void Initialize() noexcept
Initialize the context.
IoContext() noexcept
Default constructs an instance of IoContext.
std::string context_name_
The name of context.
Context & GetContext() noexcept
Function to get the io context reference.
utility::thread::Thread thread_
The thread itself.
std::condition_variable cond_var_
Conditional variable to block the thread.
std::atomic_bool running_
Flag to start the thread.