Settled

sealed external interface Settled(source)

Called when the promise receives a resolution or rejection value. This may occur synchronously in the case of {@link Promise.resolve()} or {@link Promise.reject()}.

Since

v17.1.0, v16.14.0

Functions

Link copied to clipboard
abstract operator fun invoke(promise: Promise<Any?>)