Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/integration/kotlinx-coroutines-play-services/src/
DTasks.kt46 public fun <T> Task<T>.asDeferred(): Deferred<T> = asDeferredImpl(null) in asDeferred() method
58 public fun <T> Task<T>.asDeferred(cancellationTokenSource: CancellationTokenSource): Deferred<T> = in asDeferred() method
/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.kt379 val asDeferred = future.asDeferred() in <lambda>() constant
405 val asDeferred = future.asDeferred() in <lambda>() constant
416 val asDeferred = future.asDeferred() in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jdk8/src/future/
DFuture.kt116 public fun <T> CompletionStage<T>.asDeferred(): Deferred<T> { in asDeferred() method
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/src/
DListenableFuture.kt80 public fun <T> ListenableFuture<T>.asDeferred(): Deferred<T> { in asDeferred() method