AtomicBox
AtomicBox
is a heap-allocated box which allows lock-free access to an instance of a Swift class.
This declaration is deprecated: AtomicBox is deprecated without replacement because the original implementation doesn't work.
final class AtomicBox<T> where T : AnyObject