Protocols
The following protocols are available globally.
-
Protocol for
See moreAtomicKitlockable objects.
This extendsNSLockingby adding thetryLockmethod.Declaration
Swift
public protocol Lockable: NSLocking
-
Protocol for
See moreAtomicKitthread-safe wrapper objects around a value/type.Declaration
Swift
public protocol ThreadSafeValueWrapper
-
Declaration
Swift
public protocol DispatchedValueWrapper: ThreadSafeValueWrapper
View on GitHub
Protocols Reference