Concept Flow - Async email sending
User triggers email send
Start async task
Email sending runs in background
Main app continues running
Email sent successfully or error handled
Async task ends
This flow shows how an email send request starts an asynchronous task that runs in the background, letting the main app continue without waiting.