I'm not sure which comment you linked to (mobile app doesn't handle the link great) so not sure which code you're referring to, but channels are definitely thread safe - cross-thread communication is one of their main purposes.
🙏 1
g
gildor
03/18/2022, 4:04 PM
Additionally to Zach's message, Flow also can be used for safe cross-thread communication, it has more predictable and safe API, but it's not direct replacement in terms of how you use it