-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Version 1.0 cannot use asynchronous copy_to_file? #283
Comments
Using copy_to directly will prompt : future is not |
I think you are right though; |
Update future types used by `AsyncReadResponseExt` to be `Send` whenever `T` is `Send` as appropriate. Consolidate the newtype futures with a macro that handles conditional Send properly to reduce boilerplate and chance of mistakes. Fixes #283.
Update future types used by `AsyncReadResponseExt` to be `Send` whenever `T` is `Send` as appropriate. Consolidate the newtype futures with a macro that handles conditional `Send` properly to reduce boilerplate and chance of mistakes. Fixes #283.
This has been fixed in 1.0.1! |
Update isahc. As part of this we need to convert copy_to_file() to not be async due to: sagebind/isahc#283 Signed-off-by: Alistair Francis <alistair@alistair23.me>
hello, After I updated to version 1.0, I cannot use copy_to_file after get_async.
The text was updated successfully, but these errors were encountered: