[][src]Function heim_process::pid_exists

pub fn pid_exists(pid: Pid) -> impl Future<Output = Result<bool, ProcessError>>

Returns future which checks if process with passed pid is exists.