Kotlin coroutines error handling strategy — `runCatching` and `Result` class
I am trying to learn Kotlin coroutines, and was trying to learn more about how to handle errors from suspended functions. One of the recommended way by Google is to create a “Result” class like the fo
May 2, 20213 min read19
