Function crossbeam_utils::atomic::atomic_cell::atomic_is_lock_free
source ยท const fn atomic_is_lock_free<T>() -> bool
Expand description
Returns true
if operations on AtomicCell<T>
are lock-free.
const fn atomic_is_lock_free<T>() -> bool
Returns true
if operations on AtomicCell<T>
are lock-free.