-
Notifications
You must be signed in to change notification settings - Fork 74
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
[FEA] Add AsyncIterable switchMap
#340
Conversation
BREAKING CHANGE: flatMap enumerates inner sequences in parallel fix #244
BREAKING CHANGE: flat enumerates inner sequences in parallel
Hi there - would love to use switchMap but no releases since this commit ... any plans for anything soon? Cheers, |
oops, thanks @jessmorecroft. forgot to release a new version. |
Awesome, cheers @trxcllnt. BTW, fantastic library. |
Hi again @trxcllnt , any eta on when you might release this? Cheers! |
I think we've been blocked by some build work we're trying to do in #341, but I'll see if I can release without it. |
@jessmorecroft published as |
Brilliant @trxcllnt , many thanks! |
@jessmorecroft just realized we also updated |
Add an initial AsyncIterable
switchMap
implementation.