Concept Flow - Calling tasks asynchronously
Define task function
Trigger async call
Task queued in broker
Worker picks task
Task runs in background
Result stored or ignored
Main app continues immediately
This flow shows how a task is defined, called asynchronously, queued, executed by a worker, and how the main app continues without waiting.