kotlin.concurrent.java.util.Timer.scheduleAtFixedRate

scheduleAtFixedRate

inline fun Timer.scheduleAtFixedRate(
    delay: Long, 
    period: Long, 
    crossinline action: TimerTask.() -> Unit
): TimerTask

Platform and version requirements: JVM

Schedules an action to be executed periodically, starting after the specified 登录查看完整内容