very elegant extension API and parts of it used in std as POC
This commit is contained in:
@@ -18,7 +18,7 @@ fn main() {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
let steps = 10_000;
|
||||
let steps = 1_000_000;
|
||||
let mut child = process::Command::new(args().next().unwrap())
|
||||
.arg("child")
|
||||
.stdin(process::Stdio::piped())
|
||||
|
||||
Reference in New Issue
Block a user