Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[serve][python3.11] Use tasks/futures for asyncio.wait (#31608)
In Python 3.11, coroutines are no longer allowed in `asyncio.wait`. Need to pass in a task instead.
- Loading branch information