Skip navigation links
A D F K O T W 

A

asCompletableFuture($receiver) - Static method in class kotlinx.coroutines.future.FutureKt
Converts this deferred value to the instance of CompletableFuture. The deferred value is cancelled when the resulting future is cancelled or otherwise completed.
asDeferred($receiver) - Static method in class kotlinx.coroutines.future.FutureKt
Converts this completion stage to an instance of Deferred. When this completion stage is an instance of Future, then it is cancelled when the resulting deferred is cancelled.
await($receiver, p) - Static method in class kotlinx.coroutines.future.FutureKt
Awaits for completion of the completion stage without blocking a thread.

D

delay(duration, p) - Static method in class kotlinx.coroutines.time.TimeKt
"java.time" adapter method for kotlinx.coroutines.delay

F

future($receiver, context, start, block) - Static method in class kotlinx.coroutines.future.FutureKt
Starts new coroutine and returns its result as an implementation of CompletableFuture. The running coroutine is cancelled when the resulting future is cancelled or otherwise completed.
FutureKt - Class in kotlinx.coroutines.future
 

K

kotlinx.coroutines.future - package kotlinx.coroutines.future
Integration with JDK8 CompletableFuture (Android API level 24).
kotlinx.coroutines.time - package kotlinx.coroutines.time
 

O

onTimeout($receiver, duration, block) - Static method in class kotlinx.coroutines.time.TimeKt
"java.time" adapter method for SelectBuilder.onTimeout

T

TimeKt - Class in kotlinx.coroutines.time
 

W

withTimeout(duration, block, p) - Static method in class kotlinx.coroutines.time.TimeKt
"java.time" adapter method for kotlinx.coroutines.withTimeout
withTimeoutOrNull(duration, block, p) - Static method in class kotlinx.coroutines.time.TimeKt
"java.time" adapter method for kotlinx.coroutines.withTimeoutOrNull
A D F K O T W 
Skip navigation links