BKSalman / ytdlp-gui

a GUI for ytdlp written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cancel download on modal close

BKSalman opened this issue · comments

  • need to get the child process handle through different update iterations, in a different message

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