Join Slack
Communities
Powered by
<@U4VMZ6ZK9> Yes, for example you cannot share obj...
# kotlin-native
g
gildor
04/06/2017, 4:45 AM
@mishugana
Yes, for example you cannot share objects between threads -
https://github.com/JetBrains/kotlin-native/blob/master/RELEASE_NOTES.md#compatibility-and-features
o
olonho
04/06/2017, 5:01 AM
There is an alternative concurency approach, somewhat similar to JS Workers or Dart Isolates we're working on. Technically, one will be able to spawn multiple concurrent workers, and exchange messages instead of object graph sharing.
👍 1
Open in Slack
Previous
Next