Expand description
Parallel walk implementation
Functions§
- walk_
parallel - Walk all child paths under
dir
and send non-ignored paths topath_sender
. Newly found ignore rules are sent throughignore_sender
. The ignore file name (.xvcignore
,.gitignore
,.ignore
, …) is set bywalk_options
.