Completable | Something that can go through a transition and is meant to be be completed, i.e either fulfilled or rejected. |
Completion | Completion provides base support for promises and their composition. T |
Deferred | The deferred class is the primary implementation of the
|
ExecutionContext | The execution context |
ExecutionListener | |
Promise | A promise represents a value that may not be available yet. T |
Promised | An object that provides a |
addGlobalExecutionListener() | Add a global execution listener that will be used when composing promises. |
defineGlobalExecutionContext() | Define the global execution context for running deferred compositions |
globalExecutionContext | The global execution context for running promise compositions when no execution context is explicitly used |