Gets a PromiseLike
that ensures the {@link PromiseLike.then} callbacks
are executed asynchronously.
Attaches callbacks for the resolution and/or rejection of the Promise.
The callback to execute when the Promise is resolved.
The callback to execute when the Promise is rejected.
A Promise for the completion of which ever callback is executed.
Generated using TypeDoc
Represents a
PromiseLike
that supports further configuration, such as to explicitly execute callbacks asynchronously.