Type Alias hwlocality::ProcessId

source ·
pub type ProcessId = u32;
Expand description

Process identifier (OS-specific)

You can get current process’ identifier using std::process::id(), and the identifier of other processes that you spawned using Child::id().