KtScope

object KtScope : CoroutineScope

The main LittleKt coroutine scope. Executes tasks on the main rendering thread. See MainDispatcher

Author

Colton Daily

Properties

Link copied to clipboard

Extensions

Link copied to clipboard
expect fun CoroutineScope.isOnRenderingThread(): Boolean

Returns true if the coroutine was launched from the rendering thread dispatcher.

actual fun CoroutineScope.isOnRenderingThread(): Boolean
actual fun CoroutineScope.isOnRenderingThread(): Boolean