Is there documentation on how to handle errors pro...
# coroutines
a
Is there documentation on how to handle errors properly with channels? https://kotlinlang.org/docs/reference/coroutines/exception-handling.html doesn’t mention channels, and Channel docs has nothing on error handling
l
Nothing in particular. Just beware of
offer
(and
poll
): https://github.com/Kotlin/kotlinx.coroutines/issues/974