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