sdeleuze
04/09/2019, 9:19 AMFlow for hot streams as well like where we use Flux or Flowable for these use cases? If yes what are the pros/cons compared to channels?elizarov
04/09/2019, 10:17 AMflow { ... } builder and emit hot events into flow, or you can take a `Channel`/`BroadcastChannel` with hot events and convert it to flow using .asFlow()