Is there going to be a way to share objects betwee...
# kotlin-native
t
Is there going to be a way to share objects between threads, or maybe send (and give up ownership of) an object to another thread? (The release notes mention that no sharing is currently allowed.)
o
This is being discussed, for practical purposes apps better not use Kotlin from multiple threads now