KContext
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun runInBackground(coroutineContext: CoroutineContext = env.coroutineContextIO, block: suspend CoroutineScope .() -> Unit): Job
Link copied to clipboard
fun runInForeground(coroutineContext: CoroutineContext = EmptyCoroutineContext, block: suspend CoroutineScope .() -> Unit)