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

jsMain.runners.WorkRunners.kt Maven / Gradle / Ivy

package kt.mobius.runners

/**
 * Interface for posting runnables to be executed on a thread.
 * The runnables must all be executed on the same thread for a given WorkRunner.
 */
actual object WorkRunners {

    actual fun immediate(): WorkRunner {
        return ImmediateWorkRunner()
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy