Things every Kotlin Developer should know about Coroutines. Part 5: Cancellation.
As much as we had talked about cancellation in the last part, in this article, we will often touch upon exception handling. Since, as discussed previously, these two concepts use the same mechanism.
That said, cancellation in the coroutines library i...
maxkim.dev15 min read
Sree P
role == mobileDev && primaryTargetPlatform == android
Great analysis of the cancellation. Thanks for the article