cache_all_par

Function cache_all_par 

Source
pub fn cache_all_par(
    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.