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 342a554 commit cc2061aCopy full SHA for cc2061a
1 file changed
src/os/mod.rs
@@ -1,6 +1,7 @@
1
#[cfg(windows)]
2
pub mod windows;
3
4
+#[cfg(unix)]
5
use nix::{sys::signal, unistd::Pid};
6
7
/// Force kill process.
0 commit comments