launch

fun Dispatcher.launch(start: ERROR CLASS: Symbol not found for CoroutineStart = CoroutineStart.DEFAULT, block: suspend ERROR CLASS: Symbol not found for CoroutineScope.() -> Unit): ERROR CLASS: Symbol not found for Job(source)


fun Program.launch(context: ERROR CLASS: Symbol not found for CoroutineContext = dispatcher, start: ERROR CLASS: Symbol not found for CoroutineStart = CoroutineStart.DEFAULT, block: suspend ERROR CLASS: Symbol not found for CoroutineScope.() -> Unit): ERROR CLASS: Symbol not found for Job(source)

launch a coroutine in the Program context

fun launch(block: suspend () -> Unit)(source)