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

jvmMain.com.zegreatrob.testmints.async.Async.kt Maven / Gradle / Ivy

There is a newer version: 12.1.40
Show newest version
package com.zegreatrob.testmints.async

actual suspend fun waitForTest(testFunction: () -> kotlinx.coroutines.test.TestResult) {
    testFunction()
}

actual fun  eventLoopProtect(thing: () -> T) = thing()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy