You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
But I don't see how to use the yummy new async / await stuff. The blog item says "Some libraries include: ... gRPC client and server" with a link to this project. Maybe that's just talking about tokio in general and not async & await?
The text was updated successfully, but these errors were encountered:
@dckc currently, there is a maybe broken in progress PR for async/await grpc but we have some big plans around this and will be changing a good amount. Its not done yet but should be ready soon!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Inspired by Tokio alpha release with async & await, I picked up rust for the first time in a while tonight.
I managed to adapt your client example to a protocol I'm interested in: https://github.com/dckc/spendr
But I don't see how to use the yummy new async / await stuff. The blog item says "Some libraries include: ... gRPC client and server" with a link to this project. Maybe that's just talking about tokio in general and not async & await?
The text was updated successfully, but these errors were encountered: