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

Async/Await Support (continuation of #191) #229

Merged
merged 25 commits into from
Jul 24, 2020

Conversation

elihunter173
Copy link
Contributor

What did you implement:

Continuation of #191 that has been brought up to date with master. Most of the work in upgrading to hyper 0.13, tokio 0.2, and async/await syntax was done by @danieleades. I just merged with master, fixed merge conflicts, and sprinkled some Sends around so Container::attach() could be used in async_trait traits.

Closes: #185
Replaces: #191
References: #226
Closes: #228

How did you verify your change:

I ran the tests, ran clippy, got the CI to pass, and successfully integrated this into my WIP project.

What (if anything) would need to be called out in the CHANGELOG for the next release:

This is a change to support async/await syntax. It is a BREAKING CHANGE.

@softprops softprops merged commit 6cd1d7f into softprops:master Jul 24, 2020
@softprops
Copy link
Owner

thanks for moving this forward!

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

Successfully merging this pull request may close these issues.

Updated examples to use tokio 0.2.x migrate to futures-0.3
4 participants