Function atomic_wait::wake_one

source ·
pub fn wake_one(atomic: *const AtomicU32)
Expand description

Wake one thread that is waiting on this atomic.

It’s okay if the pointer dangles or is null.