Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-js
/
js.coroutines.internal
Package-level
declarations
Functions
Functions
create
Isolated
Promise
Link copied to clipboard
fun
<
R
:
JsAny
?
>
createIsolatedPromise
(
block
:
suspend
CoroutineScope
.
(
)
->
R
)
:
Promise
<
R
>
internal
Subscribe
Job
Link copied to clipboard
suspend
fun
internalSubscribeJob
(
subscribe
:
(
)
->
(
)
->
Unit
)
:
Job
Isolated
Coroutine
Scope
Link copied to clipboard
fun
IsolatedCoroutineScope
(
)
:
CoroutineScope