iterating over a channel with a for loop won’t clo...
# coroutines
w
iterating over a channel with a for loop won’t close the channel but using the helper
consumeEach
will close it if the coroutine the code is running in get’s canceled