Albert
05/16/2019, 12:37 PMjoinAll
that it throws CancellationException
when this occurred in any of the launch {}
?ribesg
05/16/2019, 12:54 PMJob
started inside a Job
will cause its parent to fail if it fails. Take a look at SupervisorJob
. Note that a Job
throwing a CancellationException
would not cancel its parent Job
Albert
05/16/2019, 5:06 PMCancellationException
would also cancel the parent.