The Wayback Machine - https://web.archive.org/web/20200916021008/https://github.com/hyperium/hyper/issues/2195
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

Make `Client::send` an async fn #2195

Open
sfackler opened this issue Apr 26, 2020 · 0 comments
Open

Make `Client::send` an async fn #2195

sfackler opened this issue Apr 26, 2020 · 0 comments

Comments

@sfackler
Copy link
Contributor

@sfackler sfackler commented Apr 26, 2020

The future it currently returns just boxes an async-generated future anyway.

This would allow the 'static bounds on the connector and body parameters of Client to be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.