[−][src]Crate heim_process
System processes information.
This module is enabled with the process feature flag (enabled by default).
Structs
| Process | OS process. |
| Time | Time measurement unit. |
Enums
| ProcessError | Error which might happen during the process information fetching. |
| Status | Process status. |
Functions
| pid_exists | Returns future which checks if process with passed |
| pids | Returns stream which yields Pids of processes currently running in the system. |
| processes | Returns stream which yields currently running processes. |
Type Definitions
| Pid | Process identifier type. |
| ProcessResult | A specialized |