pub fn get(pid: Pid) -> impl Future<Output = ProcessResult<Process>>
Expand description
Load the process information with pid
given.
pub fn get(pid: Pid) -> impl Future<Output = ProcessResult<Process>>
Load the process information with pid
given.