mirror of
https://github.com/python/cpython.git
synced 2025-11-10 10:32:04 +00:00
gh-137128: Remove outdated todo about coro_fns in asyncio (#137385)
This commit is contained in:
parent
08ce7c6958
commit
c5cebe1b5a
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue