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.
pub const TRANSIENT_TASK_BIT: u32 = 0x4000_0000;TaskId values are constrained to 31 bits to preserve a niche for crate::RawVc. Bit 30
marks transient tasks; bit 31 is always zero.