| 85 | } |
| 86 | |
| 87 | Status GRPCStub::WaitForExecution(const WaitForExecutionRequest* request, |
| 88 | WaitForExecutionResponse* response) { |
| 89 | return MakeRPC([this, request, response](::grpc::ClientContext* context) { |
| 90 | return grpc_stub_->WaitForExecution(context, *request, response); |
| 91 | }); |
| 92 | } |
| 93 | |
| 94 | Status GRPCStub::DeconstructTuple(const DeconstructTupleRequest* request, |
| 95 | DeconstructTupleResponse* response) { |