-
Notifications
You must be signed in to change notification settings - Fork 3k
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 concurrency parameter to switch and switchMap #347
Comments
Is this issue done? |
I don't believe so. |
@Blesh isn't this just the difference between popping off the end of the pending queue instead of shifting? Though since this is |
Closing this issue as stale. |
I'd like to bump this issue as I think that there are use cases where a concurrency parameter is very useful for
This can either be used with |
Yeah... I think this feature has merit... it's just that:
|
Hi @benlesh
As 2 got even more important (usage of RxJS exploded) and the last activity on this issue was more than 2 years ago I believe it could be closed. Please let me know your opinion. |
Yeah. It's gone stale again. It's apparently not a feature people are hot to get. |
Carried over from #215.
The idea is that you could then switch between more than one of the most recently emitted observables.
I think the usefulness of this in comparison to potential performance degradation is dubious, but it's worth trying and comparing numbers, since it should be a non-breaking change.
The text was updated successfully, but these errors were encountered: