how can i tell when a receivechannel has closed? i...
# coroutines
w
how can i tell when a receivechannel has closed? i'm not iterating over it in this case
Copy code
.consumeAsFlow().onCompletion { ... }
?
m