mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-14 19:53:15 +08:00
0f5c38a2ce
Add the appropriate types for AbstractServer in asyncio.events. wait_closed() is a couroutine, however in the implementation of AbstractServer not marked as such. We are adding the couroutine defintion here anyway, as we do want to make it typeable as a coroutine if necessary.