pub fn spawn_download( queue: Arc<Mutex<DownloadQueue>>, item_id: u64, ) -> Pin<Box<dyn Future<Output = ()> + Send>>