We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889e861 commit f7c327cCopy full SHA for f7c327c
test/test.rs
@@ -58,7 +58,8 @@ fn read_exact<Fd: AsFd>(f: Fd, buf: &mut [u8]) {
58
}
59
60
/// Any test that creates child processes must grab this mutex, regardless
61
-/// of what it does with those children.
+/// of what it does with those children. It must hold the mutex until the
62
+/// child processes are waited upon.
63
pub static FORK_MTX: Mutex<()> = Mutex::new(());
64
/// Any test that changes the process's current working directory must grab
65
/// the RwLock exclusively. Any process that cares about the current
0 commit comments