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
This way after task::spawn(future).await, we know that all values contained in the future are dropped.
task::spawn(future).await
The text was updated successfully, but these errors were encountered:
Drop task future before fulfill join handle
920bb06
This way after `task::spawn(future).await`, we know that all values contained in the `future` are dropped. Resolves #3.
51ad1fd
Drop task future before fulfill join handle (#4)
d273435
Successfully merging a pull request may close this issue.
This way after
task::spawn(future).await
, we know that allvalues contained in the future are dropped.
The text was updated successfully, but these errors were encountered: