If it helps, the scenario is: Say I have an androi...
# coroutines
w
If it helps, the scenario is: Say I have an android activity reading from a channel created elsewhere. My activity pauses, so I want to shut down the associated coroutines. When I do this, the channel that was getting read from consequently gets closed, so when my activity resumes and tries to read from the channel again, or if the sender attempts to send items, the channel is closed.