Perform git pulls in parallel (fix #48)

This commit is contained in:
Roey Darwish Dror
2019-05-22 08:55:50 +03:00
parent 48653f555d
commit 2d15814996
5 changed files with 240 additions and 26 deletions

View File

@@ -88,6 +88,7 @@ impl Executor {
self
}
#[allow(dead_code)]
/// See `std::process::Command::current_dir`
pub fn current_dir<P: AsRef<Path>>(&mut self, dir: P) -> &mut Executor {
match self {