Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review code for thread-safety issues #5

Open
grote opened this issue Nov 8, 2021 · 1 comment
Open

Review code for thread-safety issues #5

grote opened this issue Nov 8, 2021 · 1 comment
Assignees

Comments

@grote
Copy link
Collaborator

grote commented Nov 8, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants