mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-11 12:11:30 +08:00
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.