FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-77714: Provide an async iterator version of as_completed by JustinTArthur · Pull Request #22491 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-77714: Provide an async iterator version of as_completed
- #22491
#22491
Merged
serhiy-storchaka
merged 20 commits into
python:main
python/cpython:main
from
JustinTArthur:async-for-as-completed
Copy head branch name to clipboard
Apr 1, 2024
Conversation
Commits
20
(20)
Checks
Files changed
Merged
gh-77714: Provide an async iterator version of as_completed
#22491
serhiy-storchaka
merged 20 commits into
python:main
python/cpython:main
from
JustinTArthur:async-for-as-completed
Copy head branch name to clipboard
Commits
Commits on Oct 3, 2020
bpo-33533: Provide an async iterator version of as_completed
Show description for 5b14951
JustinTArthur
committed
5b14951
View commit details
Copy full SHA for 5b14951
Browse repository at this point
Commits on Oct 4, 2020
New docstring for revised async iteration pattern. Doc polish.
Show description for f0f22f0
JustinTArthur
committed
f0f22f0
View commit details
Copy full SHA for f0f22f0
Browse repository at this point
Remove internal callbacks on as_completed iterator deletion.
Show description for 27d546a
JustinTArthur
committed
27d546a
View commit details
Copy full SHA for 27d546a
Browse repository at this point
Update docstring of concurrent test for revised async iterator shape
JustinTArthur
committed
c049b3a
View commit details
Copy full SHA for c049b3a
Browse repository at this point
Clarify TimeoutError source in as_completed docstring.
JustinTArthur
committed
8912149
View commit details
Copy full SHA for 8912149
Browse repository at this point
Commits on Nov 6, 2020
Merge branch 'master' into async-for-as-completed
JustinTArthur
authored
ffde36a
View commit details
Copy full SHA for ffde36a
Browse repository at this point
Commits on Dec 20, 2023
Merge branch 'main' into async-for-as-completed
serhiy-storchaka
committed
397c3b3
View commit details
Copy full SHA for 397c3b3
Browse repository at this point
Fix tests.
serhiy-storchaka
committed
f759fb4
View commit details
Copy full SHA for f759fb4
Browse repository at this point
Update docs.
serhiy-storchaka
committed
c74a169
View commit details
Copy full SHA for c74a169
Browse repository at this point
Commits on Dec 21, 2023
Avoid circular import problem.
serhiy-storchaka
committed
a2b3b77
View commit details
Copy full SHA for a2b3b77
Browse repository at this point
Small refactoring.
serhiy-storchaka
committed
0915257
View commit details
Copy full SHA for 0915257
Browse repository at this point
Remove __del__ method which does not have effect.
serhiy-storchaka
committed
9e6658a
View commit details
Copy full SHA for 9e6658a
Browse repository at this point
Fix What's New/
serhiy-storchaka
committed
32ac402
View commit details
Copy full SHA for 32ac402
Browse repository at this point
Commits on Feb 26, 2024
Doc and docstring changes following @gvanrossum review.
JustinTArthur
committed
a6cdcf7
View commit details
Copy full SHA for a6cdcf7
Browse repository at this point
Commits on Feb 27, 2024
Consistent quotation marks in examples.
JustinTArthur
committed
40c13ad
View commit details
Copy full SHA for 40c13ad
Browse repository at this point
Commits on Feb 28, 2024
Apply suggestions from code review.
Show description for 0e56f0b
authored
0e56f0b
View commit details
Copy full SHA for 0e56f0b
Browse repository at this point
Commits on Feb 29, 2024
Expand as_completed examples, clean _AsCompleted docstring salad.
JustinTArthur
committed
c4d84ab
View commit details
Copy full SHA for c4d84ab
Browse repository at this point
Merge branch 'main' into async-for-as-completed
Show description for 8863a55
JustinTArthur
committed
8863a55
View commit details
Copy full SHA for 8863a55
Browse repository at this point
Commits on Mar 1, 2024
Import queues module at module-level of asyncio.tasks.
JustinTArthur
committed
378b69c
View commit details
Copy full SHA for 378b69c
Browse repository at this point
Commits on Apr 1, 2024
Merge branch 'main' into async-for-as-completed
JustinTArthur
authored
0ba0b29
View commit details
Copy full SHA for 0ba0b29
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL