Join Slack
Communities
Powered by
Then it might be more idiomatic to use `schedule` ...
# getting-started
i
ilya.gorbunov
11/06/2016, 3:19 PM
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) { .... }
Open in Slack
Previous
Next