open fun setPeriodic(: Duration, : () -> Unit): Long (source)
Execute a periodic task.
delay - the delay between each other call
abstract fun setPeriodic(: Duration, : Duration, : () -> Unit): Long (source)
Execute a periodic task.
initialDelay - the delay before first call