Book chapter 1.2 futures::future::Future description #103
Labels
accepted
Accepted changes and pull requests that can be implemented or merged
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
First, thanks a lot for this great library and it's accompanying documentation!
This description of
std::future::Future
form the book sounds not quite correct:https://book.async.rs/overview/std-and-library-futures.html
Actually both traits are the same. It's just a reexport:
https://github.com/rust-lang-nursery/futures-rs/blob/cde791c00b8b9c4fd14a594855038a1bc4b6323e/futures-core/src/future/mod.rs#L7
The text was updated successfully, but these errors were encountered: