[][src]Module heim::process

System processes information.

This module is enabled with the process feature flag (enabled by default).

Enums

ProcessError

Error which might happen during the process information fetching.

Functions

pid_exists

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

pids

Returns stream which yields Pids of processes currently running in the system.

Type Definitions

Pid

Process identifier type.