stepancheg / grpc-rust

Rust implementation of gRPC
MIT License
1.38k stars 125 forks source link

Is there a plan to move to Async/Await #164

Open ghost opened 4 years ago

ghost commented 4 years ago

Hey guys, really awesome job with this one. I am heavy user of this crate as it seamless integrates into the rust with bazel using rules_rust. I do have a question: Async/Await just got pushed to stable in rust 1.39 a week ago. I am wondering if there was any plan to migrate this crate to use futures 0.3.x and move the crate and it's dependencies to the new async/await syntax.

99 touches my questions, but there has been little discussion since Jan of this year.

Happy to help in the efforts.

jmjoy commented 4 years ago

+1

stepancheg commented 4 years ago

There is no plans, and I'm super busy now to maintain the project. Sorry. If there are PR's I will try to review and merge them.