-
Notifications
You must be signed in to change notification settings - Fork 37
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 #10
Comments
Initial preparations done with 0.6. I'm not sure yet if the async API should have "_async" suffixes or an own namespace via an "nonblocking" module. |
How's progress for this work coming? I ran into a use case |
It's not that complicated to implement, all underlying libraries have good asnyc support by now. I didn't have enough pressure to lay out the design yet. |
Depends on issue seanmonstar/reqwest#1060 (reqwest for tokio 1.0). With tokio 1.0 we can probably expect a mostly stable upstream foundation for good async support and it is the right time for an API in this crate as well. |
Done |
As soon as Rust 1.39 hits stable and the used reqwest crate is released with async support, this library should be updated to offer blocking and async APIs.
The text was updated successfully, but these errors were encountered: