Gin Wang
03/24/2020, 6:05 PMChannel still preferred over Flow for use cases that involve multiple emitters/listeners for a data stream? From what I've read online, Flow is meant to be a safer alternative to Channel, but seems best used for one to one communication?tseisel
03/24/2020, 6:15 PMtseisel
03/24/2020, 6:16 PMbroadcastIn(CoroutineScope) operator.zak.taccardi
03/24/2020, 6:27 PMzak.taccardi
03/24/2020, 6:28 PMFlow<T> is for exposing an API for asynchronous emissions of T over timezak.taccardi
03/24/2020, 6:29 PMGin Wang
03/24/2020, 6:32 PM