mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
* 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)