jsMain.co.touchlab.stately.isolate.BackgroundStateRunner.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stately-isolate-js Show documentation
Show all versions of stately-isolate-js Show documentation
Multithreaded Kotlin Multiplatform Utilities
package co.touchlab.stately.isolate
actual class BackgroundStateRunner actual constructor() : StateRunner {
actual override fun stateRun(block: () -> R): R = block()
actual override fun stop() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy