Does `atomicfu` provide atomicity in K/N when upda...
# kotlin-native
a
Does
atomicfu
provide atomicity in K/N when updated concurrently from multiple threads?
t
yes, but if you’re passing references between threads, they will still freeze the object
a
Thanks!