mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-25 00:13:00 +08:00
fa1eeb024e
* Event.wait() is a coroutine (https://docs.python.org/3/library/asyncio-sync.html#asyncio.Event) * asyncio.wait_for accepts None as timeout (https://docs.python.org/3/library/asyncio-task.html)