Possibly too pedantic, but I’d be tempted to remind the reader that they can certainly put the try/catch inside the launch
and it will work. Less obv, they can put it just outside the coroutineScope
and it will also work, but it will cancel the sibling jobs if they’re still running.