* Add concurrency into python example in route_guide - replace await single tasks sequentially with await task_group * Add comments for asyncio.gather for concurrency * Correct typo * Update asyncio_route_guide to meet google style Co-authored-by: Richard Belleville <rbellevi@google.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| README.md | ||
| asyncio_route_guide_client.py | ||
| asyncio_route_guide_server.py | ||
| route_guide_client.py | ||
| route_guide_db.json | ||
| route_guide_pb2.py | ||
| route_guide_pb2.pyi | ||
| route_guide_pb2_grpc.py | ||
| route_guide_resources.py | ||
| route_guide_server.py | ||
| run_codegen.py | ||