get

Function get 

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

Returns the flags set for the current thread.

ยงPanics

Panics if this is called outside of a thread context.