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

Rebind the ClientRPC to another executor. More...

#include <agrpc/client_rpc.hpp>

Public Types

using other = ClientRPC< PrepareAsyncClientStreaming, OtherExecutor >
 The ClientRPC type when rebound to the specified executor.
 

Detailed Description

template<class StubT, class RequestT, class ResponseT, template< class > class ResponderT, detail::PrepareAsyncClientClientStreamingRequest< StubT, ResponderT< RequestT >, ResponseT > PrepareAsyncClientStreaming, class Executor>
template<class OtherExecutor>
struct agrpc::ClientRPC< PrepareAsyncClientStreaming, Executor >::rebind_executor< OtherExecutor >

Rebind the ClientRPC to another executor.