Join Slack
Powered by
Are there threads in kotlin/native? if not is ther...
# kotlin-native
a
Aregev2
03/10/2018, 4:51 PM
Are there threads in kotlin/native? if not is there a planning to add?
o
olonho
03/10/2018, 5:00 PM
Kotlin/Native does not impose threading model at the moment, but nothing prevents you from using pthead APIs on most targets, or use workers APIs, which provides way safer concurrency model. See
https://github.com/JetBrains/kotlin-native/tree/master/samples/workers
or
https://github.com/JetBrains/kotlin-native/tree/master/samples/videoplayer
for samples using workers for concurrency.
2
Views
Open in Slack
Previous
Next