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