Join Slack
Powered by
quick question, is there some stdlib equivalent to...
# kotlin-native
m
matej
11/13/2018, 10:25 AM
quick question, is there some stdlib equivalent to sleep or delay for kotlin native that doesn't require me to pull in coroutines?
m
msink
11/13/2018, 10:31 AM
platform.posix.sleep
,
platform.posix.usleep
o
olonho
11/13/2018, 11:02 AM
but that exists on POSIX systems only
m
matej
11/13/2018, 2:41 PM
Thanks guys! 👍
22
Views
Open in Slack
Previous
Next