[][src]Function heim::process::pids

pub fn pids() -> impl Stream<Item = Result<i32, ProcessError>>
This is supported on feature="process" only.

Returns a stream over the Pids of the processes currently running in the system.

Consequent calls are not guaranteed to return pids in the same order.