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

jvmTest.RunTest.kt Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.runBlocking

actual fun  block(body: suspend CoroutineScope.() -> T) {
    runBlocking(block = body)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy