pub fn cache_all_par<P: AsRef<Path> + Sync>(
cache: &mut Cache,
sources: SourcesTable,
) -> Vec<(SourceName, FetchError)>Expand description
Convenience function to update the given cache with all missing sources in parallel. Returns any errors that occurred when fetching the missing sources.