LaunchedVirtualIO

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