AtomicBox

AtomicBox is a heap-allocated box which allows lock-free access to an instance of a Swift class.

atomics.swift:479

This declaration is deprecated: AtomicBox is deprecated without replacement because the original implementation doesn't work.

final class AtomicBox<T> where T : AnyObject