LaunchedVirtual

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