asio-grpc v3.1.0
Asynchronous gRPC with Asio/unified executors
agrpc::ClientRPC< agrpc::ClientRPCType::GENERIC_UNARY, Executor >::rebind_executor< OtherExecutor > Struct Template Reference

Rebind the ClientRPC to another executor. More...

#include <agrpc/client_rpc.hpp>

Public Types

using other = ClientRPC< agrpc::ClientRPCType::GENERIC_UNARY, OtherExecutor >
 The ClientRPC type when rebound to the specified executor.
 

Detailed Description

template<class Executor>
template<class OtherExecutor>
struct agrpc::ClientRPC< agrpc::ClientRPCType::GENERIC_UNARY, Executor >::rebind_executor< OtherExecutor >

Rebind the ClientRPC to another executor.