codelab-kotlin-coroutines
codelab-kotlin-coroutines copied to clipboard
suggestion: withContext + CoroutineExceptionHandler
trafficstars
in https://codelabs.developers.google.com/codelabs/kotlin-coroutines/#6 you write about CoroutineExceptionHandler for uncaught exceptions
in https://codelabs.developers.google.com/codelabs/kotlin-coroutines/#7 you write about withContext and you also exemplify using exceptions
I saw recently that uncaught exceptions thrown within withContext unfortunately don't honour CoroutineExceptionHandler
seems to me a note about that peculiarity would be useful