LaunchedDefault

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