cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Pair of context and its thread. More...
Public Member Functions | |
ContextThreadPair () | |
Constructor. |
Public Attributes | |
AsioContextType | context |
Context. | |
std::thread | thread |
Thread. | |
asio::executor_work_guard< AsioContextType::executor_type > | work_guard |
Work guard. |
Pair of context and its thread.
Definition at line 259 of file general_executor.cpp.
|
inline |
Constructor.
Definition at line 271 of file general_executor.cpp.
AsioContextType msgpack_rpc::executors::GeneralExecutor::ContextThreadPair::context |
Context.
Definition at line 262 of file general_executor.cpp.
std::thread msgpack_rpc::executors::GeneralExecutor::ContextThreadPair::thread |
Thread.
Definition at line 268 of file general_executor.cpp.
asio::executor_work_guard<AsioContextType::executor_type> msgpack_rpc::executors::GeneralExecutor::ContextThreadPair::work_guard |
Work guard.
Definition at line 265 of file general_executor.cpp.