Protocols

The following protocols are available globally.

  • Protocol for AtomicKit lockable objects.
    This extends NSLocking by adding the tryLock method.

    See more

    Declaration

    Swift

    public protocol Lockable: NSLocking
  • Protocol for AtomicKit thread-safe wrapper objects around a value/type.

    See more

    Declaration

    Swift

    public protocol ThreadSafeValueWrapper