Represents the states of a promise.
Promise state after the method CompletablePromise.resolve has been called.
Promise initial state.
Promise state after the method CompletablePromise.reject has been called.
Generated using TypeDoc
Represents the states of a promise.