Skip to content
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

Refactor with new futures APIs (async/await) #850

Closed
zonyitoo opened this issue Aug 18, 2019 · 2 comments
Closed

Refactor with new futures APIs (async/await) #850

zonyitoo opened this issue Aug 18, 2019 · 2 comments

Comments

@zonyitoo
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Since async/await syntax is now in nightly, we should start migrating to the latest futures APIs.

Describe the solution you'd like
Migrate all APIs to use std::Future (or tokio::future::Future).

Additional context
Tracking Issue: rust-lang/rust#50547

@bluejekyll
Copy link
Member

See #849 which is a work in progress. I’m starting with proto and then going to move up to the higher level crates. There’s a lot of changes needed...

@zonyitoo
Copy link
Contributor Author

Cool. I will close this issue then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants