Courutines cancellation exceptions
Hey
For Kotlin Multiplatform projects: Is it possible to implement coroutines or threads for Kotlin/Native or Kotlin Coroutines that throw a cancellation exception?
Quote from
this blog post where the problem of “Shrödinger’s Coroutines” is defined:
Cancellation exceptions shouldn’t be ignored or suppressed, because that could cause a cancelled coroutine to...