dave08
01/01/2020, 3:20 PMflow { val result = client.download(url); emit(result) }
instead of using flowOf
?Dominaezzz
01/01/2020, 4:11 PMdave08
01/01/2020, 4:12 PMDominaezzz
01/01/2020, 4:12 PMflatMapMerge
is a bit of a hack. I'd recommend not using it for concurrency and just do async
yourself.dave08
01/01/2020, 4:16 PMDominaezzz
01/01/2020, 4:17 PMdave08
01/01/2020, 4:24 PMDominaezzz
01/01/2020, 4:28 PMdave08
01/01/2020, 4:30 PM