Is there a good way to offer events to channels bu...
# coroutines
a
Is there a good way to offer events to channels but ignore it if the channel is closed? Currently it seems like only try catch would work, as checking for close beforehand isn't atomic.
e
Not now. Can you, please create a request on github and explain your use-case in more details: https://github.com/Kotlin/kotlinx.coroutines/issues
a