Skip to content
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

Expose .iter_mut() from SelectAll #1964

Closed
yshui opened this issue Nov 7, 2019 · 1 comment · Fixed by #2428
Closed

Expose .iter_mut() from SelectAll #1964

yshui opened this issue Nov 7, 2019 · 1 comment · Fixed by #2428
Labels
A-stream Area: futures::stream C-feature-request

Comments

@yshui
Copy link
Contributor

yshui commented Nov 7, 2019

Currently there is no way to modify the set of streams in SelectAll, yet the underlying FuturesUnordered does have this capability.

I wonder if it's possible to expose the same thing in SelectAll as well?

@ibraheemdev
Copy link
Member

ibraheemdev commented May 9, 2021

when #2423 is merged IntoIter and IterPinRef should be exposed as well, so this issue should be kept open until then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-stream Area: futures::stream C-feature-request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants