Hi how can you check if a Flow<V> has alread...
# coroutines
t
Hi how can you check if a Flow<V> has already been collected?
j
I don't believe this is possible, at least not to my knowledge. You could catch associated exceptions, though, but I admit it's not the best approach.
👍 1