Join Slack
Powered by
Does `atomicfu` provide atomicity in K/N when upda...
# kotlin-native
a
Arkadii Ivanov
09/30/2020, 9:13 AM
Does
atomicfu
provide atomicity in K/N when updated concurrently from multiple threads?
t
Tijl
09/30/2020, 9:24 AM
yes, but if you’re passing references between threads, they will still freeze the object
a
Arkadii Ivanov
09/30/2020, 9:25 AM
Thanks!
6
Views
Open in Slack
Previous
Next