Classes
The following classes are available globally.
-
Chain
Prevents spaghetti code/ pyramid of doom when running multiple asynchronous actions then functions might need to be hard typed if types are not guessable automatically by the compiler.
See moreDeclaration
Swift
public class Chain<T>
-
Declaration
Swift
public class Promise<T>: IPromise
-
Declaration
Swift
public class PromiseTrigger<T>
-
Declaration
Swift
public class PromiseBuilder<T>