-
Notifications
You must be signed in to change notification settings - Fork 363
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
Concat map #678
Concat map #678
Conversation
matiboy
commented
Dec 26, 2022
- tests inspired by RxJS
- implementation from concat_map implementation or equivalent? #581 iyz91 's code
- documentation inspired by RxJS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@matiboy Thanks for adding this. Looks great!
One thing I suddenly realized is that we might not need the return compose(map(project), merge(max_concurrent=1)) |
Sorry mis-read initially and kept the "verbose" definition. But yes, beautiful one-liner. |
Looks great. PS: another change we want to do is to borrow the |