https://kotlinlang.org logo
#coroutines
Title
# coroutines
p

pawelbochenski

06/26/2019, 6:35 AM
Hi, I’ve got mqttclient which in current implementation sends messages to Channel. Would flow be something I would benefit from, or should I stay with Channels, since mqttclient is hot source in nature?
g

gildor

06/26/2019, 6:42 AM
I don’t think that it would be somehow significantly better with Flow, but with Flow you have more operators and it’s easier to use on consumer side
6 Views