https://kotlinlang.org logo
#coroutines
Title
# coroutines
w

william

03/05/2021, 12:20 AM
how can i tell when a receivechannel has closed? i'm not iterating over it in this case
Copy code
.consumeAsFlow().onCompletion { ... }
?
m
3 Views