Type Aliases
The following type aliases are available globally.
-
Used to inderectly store and access the Timer instance. It can be an
StringorAnyClass. Instance references are internally wrapped with optional weak pointersDeclaration
Swift
public typealias KronKey = Any -
Defines the closure to be performed on timeout.
Declaration
Swift
public typealias KronClosure = (_ key: KronKey, _ context: Any?) -> Void
View on GitHub
Type Aliases Reference