Skip to main content

spawn_download_worker

Function spawn_download_worker 

Source
pub fn spawn_download_worker(
    config: Config,
    download_rx: Receiver<DownloadCommand>,
    status_tx: Sender<WorkerToGuiMessage>,
) -> JoinHandle<()>
Expand description

Spawn the blocking download worker used by the desktop GUI.