mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
https://docs.python.org/3.10/library/asyncio-task.html#asyncio.wait > Run awaitable objects in the aws iterable concurrently and block until the condition specified by `return_when`. https://docs.python.org/3.11/library/asyncio-task.html#asyncio.wait > Run Future and Task instances in the aws iterable concurrently and block until the condition specified by `return_when`.