launchUnscoped

fun CoroutineContext.launchUnscoped(block: suspend () -> Unit)
fun CoroutineScope.launchUnscoped(block: suspend () -> Unit)