
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