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
It seems that throttle in tokio::time is not being exported anymore, making it impossible to use.
I think it is as easy as adding:
mod throttle; pub use throttle::Throttle;
to tokio/src/time/mod.rs, and if that is the case I'm happy to make a PR.
The text was updated successfully, but these errors were encountered:
It requires a bit more than just a re-export. There's a PR available at #1949
Sorry, something went wrong.
Throttle came back. 👍 thanks @vorot93
No branches or pull requests
Version 2.4.0
Platform Linux
Subcrates tokio.time
Description
It seems that throttle in tokio::time is not being exported anymore, making it impossible to use.
I think it is as easy as adding:
to tokio/src/time/mod.rs, and if that is the case I'm happy to make a PR.
The text was updated successfully, but these errors were encountered: