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
thevery
11/12/2018, 8:12 PM
Maybe for coroutines and http client finally?
k
kpgalligan
11/12/2018, 8:21 PM
I would assume coroutines needs are a likely driver for this.