Things every Kotlin Developer should know about Coroutines. Part 4: Exception Handling.
In Part 3, we have discussed structured concurrency, which was introduced to the coroutines library primarily as a solution to exception handling and cancellation.
Because of that, these two concepts go hand in hand, and even though we will not focus...
maxkim.dev13 min read