Companion

object Companion

Functions

Link copied to clipboard
fun launch(block: suspend CoroutineScope.() -> Unit): Job
fun launch(dispatcher: CoroutineDispatcher, block: suspend CoroutineScope.() -> Unit): Job
fun launch(name: String?, dispatcher: CoroutineDispatcher = Dispatchers.Default, block: suspend CoroutineScope.() -> Unit): Job
Link copied to clipboard
Link copied to clipboard
fun <T> CancellableContinuation<T>.resumeWhenActive(value: T)