-
Notifications
You must be signed in to change notification settings - Fork 27
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add map_async
and flat_map_async
Operators for Python Async Generators
#392
base: branch-23.11
Are you sure you want to change the base?
Conversation
flatmap_async
Operator for Python Async Generators
flatmap_async
Operator for Python Async Generatorsconcat_map_async
Operator for Python Async Generators
concat_map_async
Operator for Python Async Generatorsflat_map_async
Operator for Python Async Generators
/ok to test |
/ok to test |
/ok to test |
flat_map_async
Operator for Python Async Generatorsmap_async
and flat_map_async
Operators for Python Async Generators
/ok to test |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## branch-23.11 #392 +/- ##
================================================
+ Coverage 73.59% 73.78% +0.19%
================================================
Files 385 387 +2
Lines 13614 13780 +166
Branches 1028 1040 +12
================================================
+ Hits 10019 10168 +149
- Misses 3595 3612 +17
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Description
Adds new operators
map_async
andflat_map_async
that can handle Python Async Generators concurrently.Closes #386
Checklist