Searched refs:future_call (Results 1 – 3 of 3) sorted by relevance
156 for future_call in future_calls:157 if future_call.code() is grpc.StatusCode.OK:158 response = future_call.result()
44 return _invocation.future_call(rpc_handler)97 return _invocation.future_call(rpc_handler)
284 def future_call(handler): function