<@U4VMZ6ZK9> Yes, for example you cannot share obj...
# kotlin-native
g
@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
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