Then it might be more idiomatic to use `schedule` ...
# getting-started
i
Then it might be more idiomatic to use
schedule
extension function, which has its parameters reordered thus allowing to call it in the following way:
timer.schedule(1000) { .... }