asio-grpc v3.1.0
Asynchronous gRPC with Asio/unified executors
agrpc::ServerRPC< RequestBidiStreaming, 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< RequestBidiStreaming, TraitsT, OtherExecutor >
 The ServerRPC type when rebound to the specified executor.
 

Detailed Description

template<class ServiceT, class RequestT, class ResponseT, detail::ServerBidiStreamingRequest< ServiceT, RequestT, ResponseT > RequestBidiStreaming, class TraitsT, class Executor>
template<class OtherExecutor>
struct agrpc::ServerRPC< RequestBidiStreaming, TraitsT, Executor >::rebind_executor< OtherExecutor >

Rebind the ServerRPC to another executor.