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

Rebind the ClientRPC to another executor. More...

#include <agrpc/client_rpc.hpp>

Public Types

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

Detailed Description

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

Rebind the ClientRPC to another executor.