Hi! What’s the best resource to understand error h...
# coroutines
l
Hi! What’s the best resource to understand error handling in coroutines? I find it very hard to grasp. Any tips for good blogposts, videos, etc?
2
f
You might have seen it but sharing anyway. It was really helpful for me. “Coroutines: First things first” by Manuel Vivo https://link.medium.com/GvY5njyhW8 This is the conference talk of the series

https://youtu.be/w0kfnydnFWI

👍 2
g
The whole Coroutines series linked above helped me. more specifically about exception handling https://medium.com/androiddevelopers/exceptions-in-coroutines-ce8da1ec060c
👍🏾 1
s
And here is my entry, my learnings around exception handling 😀 https://link.medium.com/O3fu4pbwW8
👍🏾 2
l
@streetsofboston thanks! Your post definitively helped me the most 👍