Component - Task and TaskGroup
This UI component demonstrates how Swift's Task and TaskGroup work together to run multiple asynchronous tasks concurrently. It shows a list of tasks running and their results updating on the screen as they complete.