We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
https://github.com/rust-lang-nursery/futures-rs/blob/90c83b8faca107e6c4db63d10b0d4f2ea36d6628/futures/src/lib.rs#L63 https://github.com/rust-lang-nursery/futures-rs/blob/90c83b8faca107e6c4db63d10b0d4f2ea36d6628/futures-core/src/lib.rs#L30
Unlike 0.1, traits such as Future cannot be implemented with only items exported at the top-level (needs Context).
Future
Context
In addition, as Future can be created by async-await, I think the advantage of doing this would be very small.
Related: #1069 (comment)
cc @seanmonstar @Nemo157
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
https://github.com/rust-lang-nursery/futures-rs/blob/90c83b8faca107e6c4db63d10b0d4f2ea36d6628/futures/src/lib.rs#L63
https://github.com/rust-lang-nursery/futures-rs/blob/90c83b8faca107e6c4db63d10b0d4f2ea36d6628/futures-core/src/lib.rs#L30
Unlike 0.1, traits such as
Future
cannot be implemented with only items exported at the top-level (needsContext
).In addition, as Future can be created by async-await, I think the advantage of doing this would be very small.
Related: #1069 (comment)
cc @seanmonstar @Nemo157
The text was updated successfully, but these errors were encountered: