pub fn walk_controlled(
root: &Path,
threads: usize,
filter: &Filter,
control: &RunControl,
) -> Result<Vec<Entry>>Expand description
Walk a tree with a cooperative checkpoint before processing each entry.
ยงErrors
Returns an I/O, containment, metadata, or cancellation error.