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 224d36d commit 0711f21Copy full SHA for 0711f21
src/sys/wait.rs
@@ -7,6 +7,7 @@
7
//!
8
//! ```rust
9
//! use nix::sys::wait::*;
10
+//! let pid = Pid::from_raw(17563);
11
//! loop {
12
//! match waitpid(PidGroup::ProcessGroupID(pid), WUNTRACED) {
13
//! Ok(WaitStatus::Exited(pid, status)) => {
0 commit comments