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 PMbroadcastIn(CoroutineScope)
operator.zak.taccardi
03/24/2020, 6:27 PMFlow<T>
is for exposing an API for asynchronous emissions of T
over timeGin Wang
03/24/2020, 6:32 PM