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

Add immutable iterators for FuturesUnordered #1922

Merged
merged 1 commit into from Oct 30, 2019
Merged

Add immutable iterators for FuturesUnordered #1922

merged 1 commit into from Oct 30, 2019

Conversation

rjsberry
Copy link
Contributor

Adds iter_pin_ref and iter to FuturesUnordered. This is pretty much just a port of the mutable iterator implementations.

Closes #1921

@cramertj
Copy link
Member

Thanks!

@cramertj cramertj merged commit 4227961 into rust-lang:master Oct 30, 2019
@rjsberry rjsberry deleted the futures-unordered-iter branch October 31, 2019 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add immutable iterators to FuturesUnordered
2 participants