Function wait_any
pub fn wait_any(mask: u16) -> u16Available on crate feature
threading only.Expand description
Waits until any flag in mask is set for the current thread.
Returns all set flags for this mask and clears them for the thread.
ยงPanics
Panics if this is called outside of a thread context.