pub async fn cleanup_temp_dir(path: &str)Expand description
Cleans a temporary directory tree, logging failures instead of returning them.
Missing directories are accepted. DirectoryNotEmpty is retried because some platforms and
filesystem watchers can briefly create files while a recursive removal is in progress.