[][src]Function nix::sys::ptrace::detach

pub fn detach<T: Into<Option<Signal>>>(pid: Pid, sig: T) -> Result<()>

Detaches the current running process, as with ptrace(PTRACE_DETACH, ...)

Detaches from the process specified by pid allowing it to run freely, optionally delivering a signal specified by sig.