asDeferred

fun <T> Promise<T>.asDeferred(): Deferred<T>

Converts this promise value to the instance of Deferred.

Sources

Link copied to clipboard