Component - Structured concurrency
This SwiftUI component demonstrates structured concurrency by running asynchronous tasks in a clear, organized way. It shows a button that, when tapped, starts two tasks concurrently and updates the UI when both finish.