Slide 120
Slide 120 text
3) As a result, the exception is propagated up the job hierarchy
until it reaches either the RootScope or a SupervisorJob. While
the exceptions travels upwards, parent coroutines fail too and
sibling coroutines get cancelled.
Coroutine 2 Coroutine 4
SupervisorJob
Coroutine 5
rootScope
Coroutine 1
Coroutine 3
1
3
2
1