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

Port to Async/Await #38

Closed
ghost opened this issue Nov 16, 2019 · 4 comments
Closed

Port to Async/Await #38

ghost opened this issue Nov 16, 2019 · 4 comments

Comments

@ghost
Copy link

ghost commented Nov 16, 2019

@stepancheg as I have already mentioned in grpc-rust#164 I am wondering if it would be in the plan to port this repo to new async/await syntax together with futues 0.3.x

I am aware that tokio 0.2 is still in alpha, but I am happy to start porting small parts of the crate to the new syntax. What are your thoughts on this?

@stepancheg
Copy link
Owner

I probably don't have time to do it myself, but patches are welcome, and yes, async/await is the future.

@stepancheg
Copy link
Owner

stepancheg commented Jan 2, 2020

tls-api crate upgraded to tokio 0.2. So now rust-http2 can be.

@stepancheg
Copy link
Owner

This crate upgraded to tokio 0.2.

So now:

  • more tests needed
  • convert more code to modern idioms (including async/await)
  • convert grpc-rust to tokio 0.2

@stepancheg
Copy link
Owner

Done.

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

1 participant