Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-77714: Implement as_completed as an asynchronous generator#10251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
mivade wants to merge5 commits intopython:mainfrommivade:async-as-completed
Closed
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Fix import
  • Loading branch information
@mivade
mivade committedOct 31, 2018
commit52b10dade6361baa6cb0bb030e2c060591d87d4f
2 changes: 1 addition & 1 deletionLib/asyncio/tasks.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -537,7 +537,7 @@ class as_completed(object):

"""
def __init__(self, fs, *, loop=None, timeout=None):
from .queue import Queue
from .queues import Queue

self._pending = set(ensure_future(f) for f in fs)
self._completed = Queue()
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp