Skip navigation links
A F G H K 

A

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 context (current looper is the same as this handler's looper) without an additional re-dispatch. This dispatcher does not use Handler.post when current looper is the same as looper of the handler.

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