commonMain.io.nacular.doodle.scheduler.Schduler.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-jvm Show documentation
Show all versions of core-jvm Show documentation
A pure Kotlin, UI framework for the Web and Desktop
package io.nacular.doodle.scheduler
import io.nacular.doodle.utils.Cancelable
import io.nacular.measured.units.Measure
import io.nacular.measured.units.Time
import io.nacular.measured.units.Time.Companion.milliseconds
import io.nacular.measured.units.times
/**
* Created by Nicholas Eddy on 10/19/17.
*/
public interface Task: Cancelable {
public val completed: Boolean
}
public interface Scheduler {
public fun now ( job: (Measure
© 2015 - 2025 Weber Informatics LLC | Privacy Policy