AtomicLazyReference
A lazily initializable atomic strong reference.
Declaration
@frozen struct AtomicLazyReference<Instance> where Instance : AnyObjectOverview
These values can be set (initialized) exactly once, but read many times.
A lazily initializable atomic strong reference.
@frozen struct AtomicLazyReference<Instance> where Instance : AnyObjectThese values can be set (initialized) exactly once, but read many times.