jvmTest.RunTest.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of websocket Show documentation
Show all versions of websocket Show documentation
Simple multiplatform kotlin coroutines based websocket.
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.runBlocking
actual fun block(body: suspend CoroutineScope.() -> T) {
runBlocking(block = body)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy