Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-js
/
js.coroutines.internal
/
createIsolatedPromise
create
Isolated
Promise
fun
<
R
:
JsAny
?
>
createIsolatedPromise
(
block
:
suspend
CoroutineScope
.
(
)
->
R
)
:
Promise
<
R
>
(
source
)