Closed
Description
This came up in #1137 (comment). We should eventually know exactly how to declare the type of various coroutine-like things, whether they use @asyncio.coroutine
, async def
, or merely yield from
.
This came up in #1137 (comment). We should eventually know exactly how to declare the type of various coroutine-like things, whether they use @asyncio.coroutine
, async def
, or merely yield from
.