cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of ISingleThreadExecutor class. More...
#include <memory>
#include "msgpack_rpc/executors/i_executor.h"
#include "msgpack_rpc/impl/msgpack_rpc_export.h"
#include "msgpack_rpc/logging/logger.h"
Go to the source code of this file.
Classes | |
class | msgpack_rpc::executors::ISingleThreadExecutor |
Interface of single-threaded executors. More... |
Namespaces | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. | |
namespace | msgpack_rpc::executors |
Namespace of executors to process asynchronous tasks. |
Functions | |
std::shared_ptr< ISingleThreadExecutor > | msgpack_rpc::executors::create_single_thread_executor (std::shared_ptr< logging::Logger > logger) |
Create an executor runs in a single thread. |
Definition of ISingleThreadExecutor class.
Definition in file i_single_thread_executor.h.