commonTest.util.coroutine.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-amino Show documentation
Show all versions of sdk-amino Show documentation
Kotlin, Java SDK for Terra
package util
import kotlinx.coroutines.CoroutineScope
import kotlin.coroutines.CoroutineContext
expect val testCoroutineContext: CoroutineContext
expect fun runBlockingTest(block: suspend CoroutineScope.() -> Unit)