Skip to main content

TRANSIENT_TASK_BIT

Constant TRANSIENT_TASK_BIT 

Source
pub const TRANSIENT_TASK_BIT: u32 = 0x4000_0000;
Expand description

TaskId values are constrained to 31 bits to preserve a niche for crate::RawVc. Bit 30 marks transient tasks; bit 31 is always zero.