Synchronized

public class Synchronized
  • Declaration

    Swift

    public init()
  • Declaration

    Swift

    public func lock()
  • Declaration

    Swift

    public func unlock()
  • Declaration

    Swift

    public func s(block: (() -> ()))
  • Declaration

    Swift

    public func s(block: (() throws -> ())) throws
  • Declaration

    Swift

    public func s<T>(block: (() -> (T))) -> T
  • Declaration

    Swift

    public func s<T>(block: (() throws -> (T))) throws -> T
  • Declaration

    Swift

    public class AutoLocker
  • Declaration

    Swift

    public func auto() -> AutoLocker