pub fn build_walker_single_threaded(root: &Path) -> WalkBuilderExpand description
Build a single-threaded WalkBuilder with the same defaults as
build_default_walker.
Use this in synchronous contexts where spawning the ignore crate’s
thread pool would be wasteful (e.g., inside spawn_blocking closures
that already run on a dedicated thread).