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

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

package co.touchlab.stately.isolate

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy