Go to the source code of this file.
|
| | grpc |
| | An Alarm posts the user provided tag to its associated completion queue upon expiry or cancellation.
|
| |
| | grpc::internal |
| | Models a gRPC server.
|
| |
|
| template<class InputMessage , class OutputMessage > |
| void | grpc::internal::CallbackUnaryCall (ChannelInterface *channel, const RpcMethod &method, ClientContext *context, const InputMessage *request, OutputMessage *result, std::function< void(Status)> on_completion) |
| | Perform a callback-based unary call TODO(vjpai): Combine as much as possible with the blocking unary call code. More...
|
| |