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