wake_one

Function 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.