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
block_on is a problem proven insides tokio async context, it's better to remove them all:
block_on
executor
futures
The text was updated successfully, but these errors were encountered:
/assignme
Sorry, something went wrong.
This issue may be overlap with #4361, ping @youngsofun for discussion.
This issue is stall for a long time and is not actionable. Let's close.
Xuanwo
No branches or pull requests
block_on
is a problem proven insides tokio async context, it's better to remove them all:executor
features from thefutures
crate so that we will not use it anymoreThe text was updated successfully, but these errors were encountered: