nick42d / youtui

TUI and API for YouTube Music written in Rust
MIT License
46 stars 4 forks source link

Improve task management #178

Closed nick42d closed 1 week ago

nick42d commented 2 weeks ago

Introduces 2 new crates: async-rodio-sink: Encapsulates our asynchronous rodio wrapper. async-callback-manager: Provides a callback manger that easily allows bottom level components to lodge callbacks and callback handlers with a central manager that manages constraints.

nick42d commented 2 weeks ago

Note: Unusual crash noted when trying to change volume rapidly. Resolved in #50673f7