mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 20:37:59 +02:00
job wait is now interruptible
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
use std::io;
|
||||
use std::process::Command as CommandSys;
|
||||
use std::time::{Duration, Instant};
|
||||
|
||||
/// Tries to forcefully kill a process by its PID
|
||||
pub fn kill_by_pid(pid: i64) -> io::Result<()> {
|
||||
|
Reference in New Issue
Block a user