How can I catch errors thrown from/in a `launch` c...
# coroutines
k
How can I catch errors thrown from/in a
launch
coroutine? Is it only possible by using
coroutineScope
and add a try catch around it?
y