[−][src]Function nix::sys::ptrace::detach
pub fn detach(pid: Pid) -> Result<()>
Detaches the current running process, as with ptrace(PT_DETACH, ...)
Detaches from the process specified in pid allowing it to run freely
pub fn detach(pid: Pid) -> Result<()>
Detaches the current running process, as with ptrace(PT_DETACH, ...)
Detaches from the process specified in pid allowing it to run freely