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

commonMain.runners.DefaultWorkRunners.kt Maven / Gradle / Ivy

package kt.mobius.runners

import kt.mobius.functions.Producer

/**
 * Provides the default Event and Effect work runners used by [Mobius.loop] when
 * configuring a default [MobiusLoop.Builder].
 */
expect class DefaultWorkRunners() {
    fun eventWorkRunnerProducer(): Producer
    fun effectWorkRunnerProducer(): Producer
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy