kotlinx.coroutines
1.6.4-SNAPSHOT
js
kotlinx-coroutines-core
/
kotlinx.coroutines
/
asPromise
as
Promise
js
fun
<
T
>
Deferred
<
T
>
.
asPromise
(
)
:
Promise
<
T
>
Converts this deferred value to the instance of
Promise
.
Sources
js source
Link copied to clipboard