Skip to main content

RelaxedAtomicBool

Type Alias RelaxedAtomicBool 

Source
pub type RelaxedAtomicBool = RelaxedAtomic<AtomicBool>;
Expand description

Alias for RelaxedAtomic<AtomicBool>.

Aliased Typeยง

pub struct RelaxedAtomicBool(/* private fields */);