process: [WIP] Actually be non-blocking

This commit is contained in:
Andreas Rottmann
2019-06-24 16:56:47 -07:00
committed by Ivan Petkov
parent 849a5ad0b2
commit 97ebb2275c
5 changed files with 83 additions and 18 deletions
+1
View File
@@ -15,4 +15,5 @@ fn main() {
}
stdout.write(line.as_bytes()).unwrap();
}
stdout.flush().unwrap();
}