Join Slack
Powered by
Right now I’m doing ``` timer(initialDelay = 1000,...
# anko
u
uranusjr
10/21/2016, 8:58 AM
Right now I’m doing
Copy code
timer(initialDelay = 1000, period = 1000) { doSomethingAfterOneSecond() cancel() }
Open in Slack
Previous
Next