Add SyncAsync interfaces and implementations.
These invocation-side values allow users to choose between synchronous and asynchronous execution of their RPCs with a single attribute access.
Showing
- src/python/src/grpc/framework/face/implementations.py 38 additions, 0 deletionssrc/python/src/grpc/framework/face/implementations.py
- src/python/src/grpc/framework/face/interfaces.py 114 additions, 0 deletionssrc/python/src/grpc/framework/face/interfaces.py
- src/python/src/grpc/framework/face/testing/blocking_invocation_inline_service_test_case.py 4 additions, 2 deletions...e/testing/blocking_invocation_inline_service_test_case.py
- src/python/src/grpc/framework/face/testing/future_invocation_asynchronous_event_service_test_case.py 4 additions, 4 deletions...future_invocation_asynchronous_event_service_test_case.py
Loading
Please register or sign in to comment