commonMain.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.
*/
expect object WorkRunners {
fun immediate(): WorkRunner
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy