walk_parallel

Function walk_parallel 

Source
pub fn walk_parallel<P>(
    root: &Path,
    config: &TraverseConfig,
    predicate: Option<&P>,
) -> Result<Vec<Entry>>
where P: Predicate + Sync,
Expand description

Parallel walk implementation (requires “parallel” feature)