i mean it's not that hard to do yourself. it's two launches with each collect and then the first cancels the other job. that's the best thing about coroutines and flow. you can write this operator yourself in like 10 lines of code and go look at the Rx impl and it'll be hundreds
😁 1
e
expensivebelly
03/04/2022, 8:27 AM
Evolution of software I guess
j
jean
03/04/2022, 8:29 AM
I did that at first yes, but I realize all I need is the first event of either flow, by using
first()
I converted them to coroutines and I was able to use Louis extension with the