Constant rayon_core::latch::SLEEPING
source ยท const SLEEPING: usize = 2;
Expand description
Latch is not set, owning thread is asleep on this latch and must be awoken.
const SLEEPING: usize = 2;
Latch is not set, owning thread is asleep on this latch and must be awoken.