pub fn verify_and_copy_files_async(src: &Path, dst: &Path) -> Result<()>Expand description
Asynchronously validates and copies files between directories.
Uses iterative traversal with an explicit stack to avoid unbounded recursion.
Traversal depth is bounded by MAX_DIR_DEPTH.