HomeSort by relevance Sort by last modified time
    Searched refs:future_call (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
_multi_callable.py 44 return _invocation.future_call(rpc_handler)
97 return _invocation.future_call(rpc_handler)
_invocation.py 284 def future_call(handler): function
  /external/grpc-grpc/src/python/grpcio_tests/tests/testing/
_client_application.py 156 for future_call in future_calls:
157 if future_call.code() is grpc.StatusCode.OK:
158 response = future_call.result()

Completed in 2083 milliseconds