BKSalman / ytdlp-gui

a GUI for ytdlp written in Rust
GNU General Public License v3.0
222 stars 10 forks source link

cancel download on modal close #3

Closed BKSalman closed 1 year ago

BKSalman commented 1 year ago

done by adding the shared_child crate that allows for thread safe child sharing, which simplified a lot of the work