spotifyd
spotifyd copied to clipboard
Update to futures 0.3 (async/await)
What are the plans to update to async/await?
I'll take a look at it.
It seems librespot will have to support 0.3 first. https://github.com/librespot-org/librespot/issues/533
i recently looked at ncspot, they use a mix of futures 0.1/0.3 with the compat feature. We could do the same as it could make the codebase a lot nicer and waiting for librespot might take a while
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Librespot now uses tokio 1.0 and futures 0.3 in dev. It's possible that the release will already take place this weekend.
Librespot have now released v0.2.0 which uses Tokio 1.0 and fututes-utils 0.3 without the compat feature.
I think this issue should have been resolved with #977. Correct me if I'm wrong. :)