pub const ATOMIC_BOOL_INIT: AtomicBool;
๐Deprecated since 1.34.0: the
new
function is now preferredAvailable on crate feature
std
only.Expand description
An AtomicBool
initialized to false
.
pub const ATOMIC_BOOL_INIT: AtomicBool;
new
function is now preferredstd
only.An AtomicBool
initialized to false
.