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

louiscad

10/31/2019, 7:00 AM
@Yauhen Pelkin You probably just need to use
combine
.
o

octylFractal

10/31/2019, 7:04 AM
also rather than
listOf().asFlow()
,
flowOf
b

bnn

11/01/2019, 2:55 AM
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
2 Views