-
Notifications
You must be signed in to change notification settings - Fork 18
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
Any plan to add async support ? #26
Comments
I've been playing with an async prototype of this crate for a long time now, and yes, while the async ecosystem has progressed greatly in the past few years (my first attempt was written with futures 0.1, before async/await existed, and that was NOT fun), it's still not satisfactory to me yet. The current reasons I'm holding off on making that change:
If you want to take a peek, my current development branch is at https://github.com/wfraser/dropbox-sdk-rust/tree/async2. Fair warning: it gets squashed and force-pushed often, otherwise rebasing becomes impossibly complicated. For now, if you want to use this crate in an otherwise fully async project, you can use |
Thanks for the thorough explanation! I agree it will certainly add complexity. I will take a look at the async branch, thanks! |
This is available in 0.19.0-beta1 now as of #150 |
Why is this feature valuable to you? Does it solve a problem you're having?
I think futures ecosystem and async/await have already stabilized
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: