Type Alias memflow::os::process::Pid

source ·
pub type Pid = u32;
Expand description

Type meant for process IDs

If there is a case where Pid can be over 32-bit limit, or negative, please open an issue, we would love to see that.