https://kotlinlang.org logo
#coroutines
Title
# coroutines
a

ansman

02/21/2019, 3:30 PM
I’m getting a crash on Android when I cancel my job, it seems like my uncaught exception handler is being called when one of the children is being cancelled. The exception is
JobCancelledException
which I thought was never supposed to cause a crash
Turns out I was calling
channel.offer
which can of course throw
6 Views