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

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

package kt.mobius.runners

import kt.mobius.functions.Producer

actual class DefaultWorkRunners {

    actual fun eventWorkRunnerProducer() =
        Producer {
            WorkRunners.immediate()
        }

    actual fun effectWorkRunnerProducer() =
        Producer {
            WorkRunners.immediate()
        }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy