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

Declaration of wrap_executor function. More...

#include <memory>
#include "msgpack_rpc/executors/i_async_executor.h"
#include "msgpack_rpc/executors/i_executor.h"
#include "msgpack_rpc/impl/msgpack_rpc_export.h"
Include dependency graph for wrap_executor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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

Declaration of wrap_executor function.

Definition in file wrap_executor.h.