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

kyo.scheduler.InternalClock.scala Maven / Gradle / Ivy

There is a newer version: 0.12.1
Show newest version
package kyo.scheduler

import java.util.concurrent.Executor
import scala.annotation.nowarn

@nowarn
final class InternalClock(executor: Executor = null) {

    def currentMillis(): Long = System.currentTimeMillis()

    def stop(): Unit = {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy