cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
single_thread_executor.cpp File Reference

Definition of SingleThreadExecutor class. More...

#include <exception>
#include <memory>
#include <utility>
#include "msgpack_rpc/executors/asio_context_type.h"
#include "msgpack_rpc/executors/i_single_thread_executor.h"
#include "msgpack_rpc/executors/operation_type.h"
#include "msgpack_rpc/logging/logger.h"
Include dependency graph for single_thread_executor.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  msgpack_rpc::executors::SingleThreadExecutor
 Class of executors runs in a single thread. 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< ISingleThreadExecutormsgpack_rpc::executors::create_single_thread_executor (std::shared_ptr< logging::Logger > logger)
 Create an executor runs in a single thread.

Detailed Description

Definition of SingleThreadExecutor class.

Definition in file single_thread_executor.cpp.