How can I create daemon-thread in KN? I’ve read ab...
# kotlin-native
a
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
There is no common API for threads in K/N
but you can use platform specific ones, such as pthreads