pub fn fetch_all_par<P: AsRef<Path> + Sync>(
sources: SourcesTable,
out_dir: P,
) -> Vec<(SourceName, FetchResult<Artefact>)>Expand description
Convenience function to fetch all sources in parallel
pub fn fetch_all_par<P: AsRef<Path> + Sync>(
sources: SourcesTable,
out_dir: P,
) -> Vec<(SourceName, FetchResult<Artefact>)>Convenience function to fetch all sources in parallel