-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Use futures-await in the README examples #131
Comments
Even though
Regarding this aspect:
|
I agree @kureuil, there's little reason moving to |
Yup, we'll wait for official async/await + futures 0.3 before we do that |
Closing, we won’t use futures-await, just stable async-await once available |
Big thanks for this crate, also amazing work on the examples in the readme, i was able to get up and running with it very quickly.
But i believe the readme could be made better by using futures-await. since the goal is to demonstrate how to use the crate. The callbacks are very hard and are very error-prone (even the example isn't entirely correct see #130 ) to follow for someone who isn't very familiar with the futures crate
Proposal
I think this is much easier to understand and showcases the crate's api better.
The text was updated successfully, but these errors were encountered: