Does MutableState.value supposed to be assigned only in UI thread?
🚫 3
z
Zach Klippenstein (he/him) [MOD]
08/06/2021, 1:22 PM
One of the features of the snapshot state system is that it makes it safe (or safer) to share mutable data across threads. So you can definitely write to them from multiple threads.