JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
F
G
H
K
A
AndroidExceptionPreHandlerKt
- Class in
kotlinx.coroutines.android
awaitFrame(p)
- Static method in class kotlinx.coroutines.android.
HandlerDispatcherKt
Awaits the next animation frame and returns frame time in nanoseconds.
F
from($receiver, name)
- Static method in class kotlinx.coroutines.android.
HandlerDispatcherKt
Represents an arbitrary
Handler
as a implementation of
CoroutineDispatcher
with an optional name for nicer debugging
from($receiver)
- Static method in class kotlinx.coroutines.android.
HandlerDispatcherKt
Represents an arbitrary
Handler
as a implementation of
CoroutineDispatcher
with an optional name for nicer debugging
G
getImmediate()
- Method in class kotlinx.coroutines.android.
HandlerDispatcher
Returns dispatcher that executes coroutines immediately when it is already in the right handler context (current looper is the same as this handler's looper). See
isDispatchNeeded
documentation on why this should not be done by default.
H
HandlerDispatcher
- Class in
kotlinx.coroutines.android
Dispatches execution onto Android
Handler
.
HandlerDispatcherKt
- Class in
kotlinx.coroutines.android
K
kotlinx.coroutines.android
- package kotlinx.coroutines.android
Provides
Dispatchers.Main
context for Android applications.
A
F
G
H
K
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes