What is the simplest implementation of a function that runs on an interval timer in Kotlin/Native? I...
a
What is the simplest implementation of a function that runs on an interval timer in Kotlin/Native? I'm only finding solutions for Kotlin/JVM so far.
h
s
Posix sleep?