Protocols
The following protocols are available globally.
-
Protocol for
See moreAtomicKit
lockable objects.
This extendsNSLocking
by adding thetryLock
method.Declaration
Swift
public protocol Lockable: NSLocking
-
Protocol for
See moreAtomicKit
thread-safe wrapper objects around a value/type.Declaration
Swift
public protocol ThreadSafeValueWrapper
-
Declaration
Swift
public protocol DispatchedValueWrapper: ThreadSafeValueWrapper