Kotlin Coroutines 0.30.2のExceptionが伝わる仕組み - Qiita

ちょっと自分用のメモです。こんな感じのコード。2つ並行で動かして片方がエラーの時にもう片方も止まる。class Action() : CoroutineScope { val job = Job…