Would running all of it unconfined be appropriate?
# flow
v
Would running all of it unconfined be appropriate?
seems like running the launch { collect ... } works
I would be curious to know if that's the "proper" way
m
How about logging inside
onEach
?
v
that doesn't work any better than just collect
m
Ah perhaps you need a
MutableSharedFlow
instead with a replay/buffer or that suspends when there’s no collector