InterruptFlag

Type Alias InterruptFlag 

Source
pub type InterruptFlag = Arc<AtomicBool>;
Expand description

Shared interrupt flag that can be checked without locks.

Aliased Typeยง

pub struct InterruptFlag { /* private fields */ }