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

Definition of IAsyncExecutor class. More...

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

Go to the source code of this file.

Classes

class  msgpack_rpc::executors::IAsyncExecutor
 Interface of executors to process asynchronous tasks and the processing can be started asynchronously. 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::create_executor (std::shared_ptr< logging::Logger > logger, const config::ExecutorConfig &config)
 Create an executor.

Detailed Description

Definition of IAsyncExecutor class.

Definition in file i_async_executor.h.