mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
gh-137128: Remove outdated todo about coro_fns in asyncio (#137385)
This commit is contained in:
@@ -62,7 +62,6 @@ async def staggered_race(coro_fns, delay, *, loop=None):
|
||||
coroutine's entry is ``None``.
|
||||
|
||||
"""
|
||||
# TODO: when we have aiter() and anext(), allow async iterables in coro_fns.
|
||||
loop = loop or events.get_running_loop()
|
||||
parent_task = tasks.current_task(loop)
|
||||
enum_coro_fns = enumerate(coro_fns)
|
||||
|
||||
Reference in New Issue
Block a user