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