<Repeatable task in Kotlin> I am writing dekstop a...
# stackoverflow
u
Repeatable task in Kotlin I am writing dekstop app using Kotlin and I want to repeat execution of function for every X seconds. I found solutions with using android library, there is other option? Maybe something like TaskRunner in Java?