26#include "msgpack_rpc/impl/msgpack_rpc_export.h"
39[[nodiscard]] MSGPACK_RPC_EXPORT std::shared_ptr<IAsyncExecutor>
wrap_executor(
40 std::shared_ptr<IExecutor> executor);
Definition of IAsyncExecutor class.
Definition of IExecutor class.
Namespace of executors to process asynchronous tasks.
std::shared_ptr< IAsyncExecutor > wrap_executor(std::shared_ptr< IExecutor > executor)
Create a wrapper of an existing executor.