Join Slack
Powered by
How can I create daemon-thread in KN? I’ve read ab...
# kotlin-native
a
aleksey.tomin
06/09/2020, 4:48 AM
How can I create daemon-thread in KN? I’ve read about
Worker
and
executeAfter
but have not understood how I have to do this.
g
gildor
06/09/2020, 6:07 AM
There is no common API for threads in K/N
gildor
06/09/2020, 6:08 AM
but you can use platform specific ones, such as pthreads
2
Views
Open in Slack
Previous
Next