grpc-rust
grpc-rust copied to clipboard
Is there a plan to move to Async/Await
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.
+1
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.