Type Aliases

The following type aliases are available globally.

  • Used to inderectly store and access the Timer instance. It can be an String or AnyClass. Instance references are internally wrapped with optional weak pointers

    Declaration

    Swift

    public typealias KronKey = Any
  • Defines the closure to be performed on timeout.

    Declaration

    Swift

    public typealias KronClosure = (_ key: KronKey, _ context: Any?) -> Void