spierce7
10/07/2018, 3:27 PMolonho
10/07/2018, 3:33 PMServerApi
object, if it's frozen (and maybe just encapsulate mutable state in an Objective-C object) then yes. See https://github.com/JetBrains/kotlin-native/pull/2177/files where I sketeched solution for the similar problem.spierce7
10/07/2018, 4:46 PMHttpDelegate
will freeze the references to NSOperationQueue
and NSMutableData
, and because those aren't Kotlin objects, they can still have new operations queued, and data added?olonho
10/08/2018, 5:22 AMhmole
10/08/2018, 6:50 AM<https://github.com/JetBrains/kotlin-native/blob/master/CONCURRENCY.md#transfer>
. Up until now I too though that freezing applies to everything, not just K/N objects.yusuf3000
10/09/2018, 8:21 AM