asio-grpc v3.1.0
Asynchronous gRPC with Asio/unified executors
agrpc::ServerRPC< agrpc::ServerRPCType::GENERIC, TraitsT, Executor >::rebind_executor< OtherExecutor > Struct Template Reference

Rebind the ServerRPC to another executor. More...

#include <agrpc/server_rpc.hpp>

Public Types

using other = ServerRPC< agrpc::ServerRPCType::GENERIC, TraitsT, OtherExecutor >
 The ServerRPC type when rebound to the specified executor.
 

Detailed Description

template<class TraitsT, class Executor>
template<class OtherExecutor>
struct agrpc::ServerRPC< agrpc::ServerRPCType::GENERIC, TraitsT, Executor >::rebind_executor< OtherExecutor >

Rebind the ServerRPC to another executor.