Component - Async functions
This UI component demonstrates how an async function works in Swift for iOS. It shows a button that, when tapped, starts a task that waits for 2 seconds and then updates the screen with a message. This helps understand how asynchronous code runs without freezing the app.