We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ce7c6 commit c5cebe1Copy full SHA for c5cebe1
Lib/asyncio/staggered.py
@@ -62,7 +62,6 @@ async def staggered_race(coro_fns, delay, *, loop=None):
62
coroutine's entry is ``None``.
63
64
"""
65
- # TODO: when we have aiter() and anext(), allow async iterables in coro_fns.
66
loop = loop or events.get_running_loop()
67
parent_task = tasks.current_task(loop)
68
enum_coro_fns = enumerate(coro_fns)
0 commit comments