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

Definition of WrappingExecutor class. More...

#include <exception>
#include <functional>
#include <memory>
#include <utility>
#include "msgpack_rpc/executors/asio_context_type.h"
#include "msgpack_rpc/executors/i_async_executor.h"
#include "msgpack_rpc/executors/i_executor.h"
#include "msgpack_rpc/executors/operation_type.h"
#include "msgpack_rpc/executors/wrap_executor.h"
Include dependency graph for wrapping_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::WrappingExecutor
 Class to wrap existing 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< IAsyncExecutormsgpack_rpc::executors::wrap_executor (std::shared_ptr< IExecutor > executor)
 Create a wrapper of an existing executor.

Detailed Description

Definition of WrappingExecutor class.

Definition in file wrapping_executor.cpp.