Promise
Constructors
<init>
Exposes the JavaScript Promise object to Kotlin.
Promise(
executor: (resolve: (T) -> Unit, reject: (Throwable) -> Unit) -> Unit)
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
Exposes the JavaScript Promise object to Kotlin.
Promise(
executor: (resolve: (T) -> Unit, reject: (Throwable) -> Unit) -> Unit)