<@UPF289Y0Y> You probably just need to use `combin...
# coroutines
l
@Yauhen Pelkin You probably just need to use
combine
.
o
also rather than
listOf().asFlow()
,
flowOf
b
or he seems to want to fan-in multiple flow.
and if so, I think
combine
will not work as he wants. In such case, refer to this discussion https://kotlinlang.slack.com/archives/C1CFAFJSK/p1569294238122800