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

appleTest.RunTest.kt Maven / Gradle / Ivy

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy