asio-grpc v3.3.0
Asynchronous gRPC with Asio/unified executors
|
Primary ClientRPC template. More...
Primary ClientRPC template.
This is the main entrypoint for implementing asynchronous gRPC clients.
agrpc::ClientRPC<PrepareAsyncUnary,Executor>
agrpc::ClientRPC<agrpc::ClientRPCType::GENERIC_UNARY,Executor>
agrpc::ClientRPC<PrepareAsyncClientStreaming,Executor>
agrpc::ClientRPC<PrepareAsyncServerStreaming,Executor>
agrpc::ClientRPC<PrepareAsyncBidiStreaming,Executor>
agrpc::ClientRPC<agrpc::ClientRPCType::GENERIC_STREAMING,Executor>