launch

fun CoroutineScope.launch(callback: suspend () -> Unit): Job
fun launch(context: CoroutineContext, callback: suspend () -> Unit): Job