ThreadsafeStorageProtocol
internal protocol ThreadsafeStorageProtocol
Undocumented
-
Undocumented
Declaration
Swift
associatedtype ValueType
-
Undocumented
Declaration
Swift
var value: ValueType { get set }
-
Undocumented
Declaration
Swift
func withStoredValue<T>(perform block: (ValueType) -> T) -> T
-
Undocumented
Declaration
Swift
mutating func withMutableStoredValue<T>(perform block: (inout ValueType) -> T) -> T