You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, we use MutableStateFlows that get updated from Kotlin coroutines on Dispatchers.IO which maybe use several I/O threads. We should check if there's any issues with that like if we always see the latest value, if we can access the value from any thread, etc.
The text was updated successfully, but these errors were encountered:
So far, we use
MutableStateFlow
s that get updated from Kotlin coroutines onDispatchers.IO
which maybe use several I/O threads. We should check if there's any issues with that like if we always see the latest value, if we can access the value from any thread, etc.The text was updated successfully, but these errors were encountered: