After

sealed external interface After(source)

Called immediately after a promise continuation executes. This may be after a then(), catch(), or finally() handler or before an await after another await.

Since

v17.1.0, v16.14.0

Functions

Link copied to clipboard
abstract operator fun invoke(promise: ERROR CLASS: Symbol not found for Promise<kotlin/Any?>)