heim_process

Function pid_exists

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

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