-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
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
[REQ] Upgrade to tokio 0.2 and related async/await features #3865
Comments
Not seeing how to add label |
For Rust Server, my plan is to upgrade to tokio 0.2 and hyper 0.13 when Rust 1.39 stabilises in November, which adds non-nightly support for async/await. |
@richardwhiuk 1.39 is released! What is your plan with upgrade? Do you need help? |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The tokio ecosystem is currently migrating to std::future::Future and async/await support. This should land in rust 1.39 (currently stable in nightly)
Describe the solution you'd like
Upgrade to appropriate versions for tokio and hyper that make use of std::future::Future and async/await
Describe alternatives you've considered
Tokio 0.2 is not compatible with older hyper versions (pre hyper 0.13). One possibility is to try and use runtime and tide, but that is significantly more of a change.
The text was updated successfully, but these errors were encountered: