jvmMain.com.zegreatrob.testmints.async.Async.kt Maven / Gradle / Ivy
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