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

jsMain.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

import kotlinx.coroutines.await
import kotlin.js.Promise

actual suspend fun waitForTest(testFunction: () -> dynamic) {
    testFunction().unsafeCast>().await()
}

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy