pub fn pid_exists(pid: Pid) -> impl Future<Output = Result<bool, ProcessError>>
Returns future which checks if process with passed pid is exists.
pid