pub fn walk_parallel<P>( root: &Path, config: &TraverseConfig, predicate: Option<&P>, ) -> Result<Vec<Entry>>where P: Predicate + Sync,
Parallel walk implementation (requires “parallel” feature)