Skip to main content

Module priority

Module priority 

Source
Expand description

Priority levels for task scheduling.

Priority is a u8 newtype where lower values mean higher priority. Named constants (REALTIME, HIGH, NORMAL, BACKGROUND, IDLE) cover common tiers, and any value 0–255 is valid for fine-grained control.

Structs§

Priority
Numeric priority level. Lower values = higher priority.