Concept Flow - Async error handling in routes
Request received
Route handler called
Async operation starts
Async operation resolves or rejects
Send response
Error handling middleware
Send error response
This flow shows how an Express route handles async code: success sends response, errors pass to middleware.