const fn atomic_is_lock_free<T>() -> bool
Expand description

Returns true if operations on AtomicCell<T> are lock-free.