Join Slack
Powered by
Do we have the ability to do background threading ...
# kotlin-native
s
spierce7
11/06/2017, 4:10 PM
Do we have the ability to do background threading work in Kotlin-native yet without using C++ / C to manage the threads?
m
msink
11/06/2017, 4:29 PM
Copy code
import platform.posix.* ... pthread_create(...) ...
o
olonho
11/06/2017, 6:27 PM
yes, please take a look on
https://github.com/JetBrains/kotlin-native/tree/master/samples/workers
2
Views
Open in Slack
Previous
Next