<@U0VPVCYFP> You'll have to extend the channel cla...
# coroutines
e
@defhlt You'll have to extend the channel class. They are open for this reason. There is an open
afterClose
function for that specific need. You need to override it: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.experimental.channels/-abstract-channel/after-close.html (it is invoked at most once)