withVirtualContext

suspend fun <T> withVirtualContext(fallback: CoroutineDispatcher, block: suspend CoroutineScope.() -> T): T(source)