Function safe_create_dir_all_ioerror

Source
pub fn safe_create_dir_all_ioerror(path: &Path) -> Result<(), Error>
Expand description

Like fs::create_dir_all, except handles concurrent calls among multiple threads or processes. Originally lifted from rustc, then from pants.