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

commonMain.co.touchlab.stately.isolate.StateRunner.kt Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package co.touchlab.stately.isolate

interface StateRunner {
    fun  stateRun(block: () -> R): R
    fun stop()
}

expect class BackgroundStateRunner constructor() : StateRunner {
    override fun  stateRun(block: () -> R): R
    override fun stop()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy