kotlinx.coroutines
1.6.4-SNAPSHOT
js
kotlinx-coroutines-core
/
kotlinx.coroutines
/
asDeferred
as
Deferred
js
fun
<
T
>
Promise
<
T
>
.
asDeferred
(
)
:
Deferred
<
T
>
(
source
)
Converts this promise value to the instance of
Deferred
.