JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
F
K
O
T
W
A
asCompletableFuture($receiver)
- Static method in class kotlinx.coroutines.experimental.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.
asReceiveChannel($receiver, context)
- Static method in class kotlinx.coroutines.experimental.channels8.
ChannelsKt
Creates a
ProducerJob
to read all element of the
Stream
.
asStream($receiver)
- Static method in class kotlinx.coroutines.experimental.channels8.
ChannelsKt
Creates a
Stream
of elements in this
ReceiveChannel
.
await($receiver, p)
- Static method in class kotlinx.coroutines.experimental.future.
FutureKt
Awaits for completion of the completion stage without blocking a thread.
await($receiver, p)
- Static method in class kotlinx.coroutines.experimental.future.
FutureKt
Awaits for completion of the future without blocking a thread.
C
ChannelsKt
- Class in
kotlinx.coroutines.experimental.channels8
collect($receiver, collector, p)
- Static method in class kotlinx.coroutines.experimental.channels8.
ChannelsKt
Applies the collector to the
ReceiveChannel
D
delay(duration, p)
- Static method in class kotlinx.coroutines.experimental.time.
TimeKt
"java.time" adapter method for
kotlinx.coroutines.experimental.delay
F
future(context, start, parent, block)
- Static method in class kotlinx.coroutines.experimental.future.
FutureKt
Starts new coroutine and returns its result as an implementation of
CompletableFuture
. This coroutine builder uses
CommonPool
context by default and is conceptually similar to
CompletableFuture.supplyAsync
.
FutureKt
- Class in
kotlinx.coroutines.experimental.future
K
kotlinx.coroutines.experimental.channels8
- package kotlinx.coroutines.experimental.channels8
kotlinx.coroutines.experimental.future
- package kotlinx.coroutines.experimental.future
Integration with JDK8
https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-jdk8/kotlinx.coroutines.experimental.future/java.util.concurrent.-completable-future/index.html
(Android API level 24).
kotlinx.coroutines.experimental.time
- package kotlinx.coroutines.experimental.time
O
onTimeout($receiver, duration, block, p)
- Static method in class kotlinx.coroutines.experimental.time.
TimeKt
"java.time" adapter method for
SelectBuilder.onTimeout
T
TimeKt
- Class in
kotlinx.coroutines.experimental.time
W
withTimeout(duration, block, p)
- Static method in class kotlinx.coroutines.experimental.time.
TimeKt
"java.time" adapter method for
kotlinx.coroutines.experimental.withTimeout
withTimeoutOrNull(duration, block, p)
- Static method in class kotlinx.coroutines.experimental.time.
TimeKt
"java.time" adapter method for
kotlinx.coroutines.experimental.withTimeoutOrNull
A
C
D
F
K
O
T
W
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes