[][src]Function heim::process::processes

pub async fn processes(
) -> Result<impl Stream<Item = Result<Process, ProcessError>>, Error>
This is supported on feature="process" only.

Returns a stream over the currently running processes.