Kotlin Native concurrent mutable state post series...
# kotlin-native
k
Kotlin Native concurrent mutable state post series. Surprisingly productive Sunday! https://dev.to/touchlab/kotlin-native-transferring-state-4n8i Slack Conversation
j
"I would abbreviate 
DetachedObjectGraph
 with DOG, but 
DetachedObjectGraph
 is not your friend, and dogs are, so I will use the full name 
DetachedObjectGraph
 and clutter your visual space because we don't like them. Anyway... " haha 🙂 thx for the posts. Bad DOG!
👍 1
k
quite interesting. I was not aware one could use
StableRef
in this way. That would have simplified my life a while back.
will have to go back and clean up some code
k
You must be very careful not to try to use the same ref in different threads, though
k
yeah i have no problem with that restriction
i am basically doing a very similar thing to what you're doing on your stately branch, w/o using
StableRef