LaunchedMain

fun LaunchedMain(key1: Any?, block: suspend CoroutineScope.() -> Unit)(source)
fun LaunchedMain(key1: Any?, key2: Any?, block: suspend CoroutineScope.() -> Unit)(source)
fun LaunchedMain(key1: Any?, key2: Any?, key3: Any?, block: suspend CoroutineScope.() -> Unit)(source)
fun LaunchedMain(vararg keys: Any?, block: suspend CoroutineScope.() -> Unit)(source)