AtomicInt
@propertyWrapper
public struct AtomicInt
Undocumented
-
Undocumented
Declaration
Swift
public init(wrappedValue value: Int)
-
Undocumented
Declaration
Swift
public var wrappedValue: Int { get set }
-
Undocumented
Declaration
Swift
public mutating func increase() -> Int