[][src]Function heim::process::pid_exists

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

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