-
Notifications
You must be signed in to change notification settings - Fork 342
Open
Labels
acceptedAccepted changes and pull requests that can be implemented or mergedAccepted changes and pull requests that can be implemented or mergeddocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
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:
In some sense, the std::future::Future can be seen as a minimal subset of futures::future::Future
https://book.async.rs/overview/std-and-library-futures.html
Actually both traits are the same. It's just a reexport:
Metadata
Metadata
Assignees
Labels
acceptedAccepted changes and pull requests that can be implemented or mergedAccepted changes and pull requests that can be implemented or mergeddocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
skade commentedon Aug 26, 2019
Yep, that should be changed. Futures provides a much richer interface, but as a library.