Companion

object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun asyncInBackground(block: suspend CoroutineScope.() -> Any?): Deferred<Any?>
Link copied to clipboard
fun asyncOnUI(block: suspend CoroutineScope.() -> Any?): Deferred<Any?>
Link copied to clipboard
fun customScope(dispatcher: CoroutineDispatcher, errorHandler: coroutineErrorListener? = null): CustomCoroutineScope
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun runInBackground(block: suspend CoroutineScope.() -> Unit): Job
Link copied to clipboard
fun runOnUI(block: suspend CoroutineScope.() -> Unit): Job
Link copied to clipboard
Link copied to clipboard
suspend fun <T> withBackground(block: action<T>): T
Link copied to clipboard
suspend fun <T> withDefault(block: action<T>): T
Link copied to clipboard
suspend fun <T> withUI(block: action<T>): T
Link copied to clipboard
suspend fun <T> withUnconfined(block: action<T>): T