Module processor

Source
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.
ProcessorTryFromError
The error type returned when a conversion from usize to Processor fails.

Enums§

CurrentIdError
Error type for current.

Functions§

current
get_pid: Get the current processor’s ID.