Constructor
new PublicPromise()
A utility to create Promises with convenient public resolve and reject
methods.
- Extends:
- Promise.<T>
- Source:
Members
-
reject :function(*=)
-
Type:
- function(*=)
- Source:
-
resolve :function(T=)
-
Type:
- function(T=)
- Source: