launch

fun launch(block: suspend CoroutineScope.() -> Unit)

Launches a coroutine job.

If a previous job is running, cancels it before launching the new one.