Constant rayon_core::sleep::counters::INACTIVE_SHIFT
source ยท const INACTIVE_SHIFT: usize = _; // 16usize
Expand description
Bits to shift to select the inactive threads
(used with select_bits
).
const INACTIVE_SHIFT: usize = _; // 16usize
Bits to shift to select the inactive threads
(used with select_bits
).