-
Notifications
You must be signed in to change notification settings - Fork 343
Stabilize Future adapters and IntoFuture #884
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
2df9428
to
f867373
Compare
CI is failing because of #883
Btw, should we switch to libstd's IntoFuture or would that be breaking?
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.
If you plan to replace this with re-export of std IntoFuture when std IntoFuture's is stable, that would be a breaking change. IIUC, theoretically, there is a way to avoid almost breakage. See rust-lang/futures-rs#2207 and https://github.com/taiki-e/futures-compat-experiment for that.
@yoshuawuyts these CI failures look somewhat real to me
Stabilizes several stream adapters that have been proven over the last year. Also stabilizes
IntoFuture
. Thanks!Changelog