Util

object Util

Functions

Link copied to clipboard
fun launchInBackground(block: suspend CoroutineScope.() -> Unit): Job
Link copied to clipboard
fun launchInForeground(block: suspend CoroutineScope.() -> Unit): Job
Link copied to clipboard
fun runOnMainThread(runnable: Runnable)