Concept Flow - Concurrent task execution
Start API Request
Define async tasks
Run tasks concurrently
Wait for all tasks to finish
Collect results
Send response
This flow shows how FastAPI handles multiple async tasks at the same time, waits for all to finish, then sends back the combined results.