pub type SharedDownloads = Arc<Mutex<Vec<DownloadProgress>>>;
Thread-safe handle shared between the download worker threads and the UI.
pub struct SharedDownloads { /* private fields */ }