Shared mutable data. This is interesting: <https:/...
# kotlin-native
k
Shared mutable data. This is interesting: https://github.com/JetBrains/kotlin-native/pull/2311. Curious what the plan is for that. The 'share' method is private, so very restricted access to shared mutable state?
t
Maybe for coroutines and http client finally?
k
I would assume coroutines needs are a likely driver for this.