All Downloads are FREE. Search and download functionalities are using the official Maven repository.

iosTest.com.michaeltroger.latintocyrillic.runTest.kt Maven / Gradle / Ivy

The newest version!
package com.michaeltroger.latintocyrillic

import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.runBlocking
import kotlin.coroutines.CoroutineContext


internal actual val testCoroutineContext: CoroutineContext = Dispatchers.Main
internal actual fun runBlockingTest(block: suspend CoroutineScope.() -> Unit) =
 runBlocking { this.block() }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy