Home
last modified time | relevance | path

Searched defs:asDeferred (Results 1 – 5 of 5) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DPromise.kt53 public fun <T> Promise<T>.asDeferred(): Deferred<T> { in asDeferred() method
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/test/
DListenableFutureTest.kt353 val asDeferred = future.asDeferred() in <lambda>() constant
381 val asDeferred = future.asDeferred() in <lambda>() constant
392 val asDeferred = future.asDeferred() in <lambda>() constant
/external/kotlinx.coroutines/integration/kotlinx-coroutines-play-services/src/
DTasks.kt49 public fun <T> Task<T>.asDeferred(): Deferred<T> { in asDeferred() method
/external/kotlinx.coroutines/integration/kotlinx-coroutines-jdk8/src/future/
DFuture.kt112 public fun <T> CompletionStage<T>.asDeferred(): Deferred<T> { in asDeferred() method
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/src/
DListenableFuture.kt79 public fun <T> ListenableFuture<T>.asDeferred(): Deferred<T> { in asDeferred() method