Skip to main content

SharedDownloads

Type Alias SharedDownloads 

Source
pub type SharedDownloads = Arc<Mutex<Vec<DownloadProgress>>>;
Expand description

Thread-safe handle shared between the download worker threads and the UI.

Aliased Typeยง

pub struct SharedDownloads { /* private fields */ }