Skip to main content

load_many

Function load_many 

Source
pub fn load_many(paths: &[PathBuf]) -> Result<Vec<Loaded>>
Expand description

Loads several dumps in parallel (rayon). Returns them in input order.