clear

Function clear 

pub fn clear(mask: u16) -> u16
Available on crate feature threading only.
Expand description

Clears flags for the current thread.

ยงPanics

Panics if this is called outside of a thread context.