How to Handle Errors in Swift Task Groups
As we all know, a task group consists of multiple child tasks that run concurrently. When one of the child tasks encounters an error, how should the task group handle the error? What happens to those child tasks that are still running?
Source: How to Handle Errors in Swift Task Groups, an article by Lee Kah Seng.