Atomic
public class Atomic<T>
Protoperty wrapper to access a property atomically
-
Actual value
Declaration
Swift
public var wrappedValue: T
-
Undocumented
Declaration
Swift
public var projectedValue: Atomic<T>
-
Constructor
Declaration
Swift
public init(wrappedValue: T)