We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.await
In both sections 1.3. async/.await Primer and 3. async/.await there is no actual explanation of how .await is supposed to work.
async
The only attempt is in Why Pinning, in which it is written:
To understand why this is necessary, we need to remember how async/.await works.
Even though it is trying to recall something that has never been explained before...
The funny bit is that the async book is also the reference mentioned by the std docs about the keywords: https://doc.rust-lang.org/std/keyword.await.html While a more proper reference would have been The Reference: https://doc.rust-lang.org/reference/expressions/await-expr.html
std
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In both sections 1.3.
async
/.await
Primer and 3.async
/.await
there is no actual explanation of how.await
is supposed to work.The only attempt is in Why Pinning, in which it is written:
Even though it is trying to recall something that has never been explained before...
The funny bit is that the async book is also the reference mentioned by the
std
docs about the keywords:https://doc.rust-lang.org/std/keyword.await.html
While a more proper reference would have been The Reference: https://doc.rust-lang.org/reference/expressions/await-expr.html
The text was updated successfully, but these errors were encountered: