Files
typeshed/stdlib/3/asyncio
Nicklas Lindgren 3c4141982e Declare asyncio.as_completed() as taking an Iterable (#3164)
The stub for asyncio.as_completed declared it as taking a Sequence of
Futures. This was unnecessarily strict.

Just like asyncio.wait, asyncio.as_completed can be declared to take
an Iterable of Futures instead. Both these functions iterate over
their argument only once to store its items in a set, so an Iterable
is sufficiently strict. This has been true since the initial
implementation of the functions.
2019-07-31 10:53:23 -07:00
..
2019-07-27 10:58:21 +02:00
2019-07-27 10:58:21 +02:00
2019-07-27 10:58:21 +02:00
2018-07-03 09:06:04 -07:00
2019-07-27 10:58:21 +02:00