Join Slack
Powered by
What is the simplest implementation of a function ...
# kotlin-native
a
azeDevs
04/06/2019, 9:21 PM
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
handstandsam
04/07/2019, 1:12 AM
Can you use
delay
which is part of coroutines?
https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/delay.html
s
Sam
04/07/2019, 8:43 AM
Posix sleep?
6
Views
Open in Slack
Previous
Next