mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-04-25 17:58:16 +02:00
28e49b0f6f
* 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>