dave08
11/22/2018, 8:06 PMlouiscad
11/23/2018, 8:59 AMasync { … } for parallelization. If it fails, I want to cancel the rest of the scope, but then be able to catch it from parent scope without cancelling it, which is something coroutineScope { … } allows me to do.