Go to the source code of this file.
|
| | grpc |
| | An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation.
|
| |
| | grpc::internal |
| | Models a gRPC server.
|
| |
|
| template<class InputMessage , class OutputMessage , class BaseInputMessage = InputMessage, class BaseOutputMessage = OutputMessage> |
| Status | grpc::internal::BlockingUnaryCall (ChannelInterface *channel, const RpcMethod &method, grpc::ClientContext *context, const InputMessage &request, OutputMessage *result) |
| | Wrapper that performs a blocking unary call. More...
|
| |