AtomicBool

Type Alias AtomicBool 

Source
pub type AtomicBool = AtomicBool;
Available on crate feature primitives only.
Expand description

An atomic bool.

This type alias is provided for completeness, but it always points to the real AtomicBool in core::sync::atomic, as even the fallback atomic implementation in this crate requires AtomicBool.

Aliased Typeยง

pub struct AtomicBool { /* private fields */ }