Available on crate feature
unstable
only.Expand description
Multiprocessing
Structs§
- Processor
- Refers to a single processor in a multi-processor system. The stored processor ID is not guaranteed to be valid but is guaranteed to be non-null.
- Processor
TryFrom Error - The error type returned when a conversion from
usize
toProcessor
fails.
Enums§
- Current
IdError - Error type for
current
.
Functions§
- current
get_pid
: Get the current processor’s ID.