-
Couldn't load subscription status.
- Fork 666
Backport to 0.1: FuturesUnordered: Do not poll the same future twice per iteration #2358
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
Conversation
30347de to
d6d50f2
Compare
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.
Thanks! This looks good to me aside from a nit.
…per iteration Same as rust-lang#2333. The same issue exists in 0.1, so backporting it there helps for code that is still using Futures 0.1 in some places.
d6d50f2 to
94f9cec
Compare
|
Whoops, sorry for that! Fixed now :) |
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.
Thanks!
|
Published in 0.1.31. |
Thanks! =) |
Summary: Those newer versions of Futures have compatibility improvements with Tokio, notably: - rust-lang/futures-rs#2333 - rust-lang/futures-rs#2358 Reviewed By: farnz Differential Revision: D26778794 fbshipit-source-id: 5a9dc002083e5edfa5c614d8d2242e586a93fcf6
Summary: Those newer versions of Futures have compatibility improvements with Tokio, notably: - rust-lang/futures-rs#2333 - rust-lang/futures-rs#2358 Reviewed By: farnz Differential Revision: D26778794 fbshipit-source-id: 5a9dc002083e5edfa5c614d8d2242e586a93fcf6
Summary: Those newer versions of Futures have compatibility improvements with Tokio, notably: - rust-lang/futures-rs#2333 - rust-lang/futures-rs#2358 Reviewed By: farnz Differential Revision: D26778794 fbshipit-source-id: 5a9dc002083e5edfa5c614d8d2242e586a93fcf6
Summary: Those newer versions of Futures have compatibility improvements with Tokio, notably: - rust-lang/futures-rs#2333 - rust-lang/futures-rs#2358 Reviewed By: farnz Differential Revision: D26778794 fbshipit-source-id: 5a9dc002083e5edfa5c614d8d2242e586a93fcf6
Summary: Those newer versions of Futures have compatibility improvements with Tokio, notably: - rust-lang/futures-rs#2333 - rust-lang/futures-rs#2358 Reviewed By: farnz Differential Revision: D26778794 fbshipit-source-id: 5a9dc002083e5edfa5c614d8d2242e586a93fcf6
Summary: Those newer versions of Futures have compatibility improvements with Tokio, notably: - rust-lang/futures-rs#2333 - rust-lang/futures-rs#2358 Reviewed By: farnz Differential Revision: D26778794 fbshipit-source-id: 5a9dc002083e5edfa5c614d8d2242e586a93fcf6
Same as #2333. The same issue exists in 0.1, so backporting it there
helps for code that is still using Futures 0.1 in some places.