hi, I'm trying to build UseCase that returns state...
# coroutines
p
hi, I'm trying to build UseCase that returns states in the middle of it. I tried to use Sequence, but it looks like it is not possible to call other coroutines here. should I use channels instead? I can put runBlocking { delay()} in the middle but this looks wrong.