pub async fn run_queue_worker(job_rx: Receiver<GenerationJob>, state: AppState)Expand description
Runs the generation queue worker loop. Processes one job at a time (FIFO). Exits when the sender half of the channel is dropped (server shutdown).
pub async fn run_queue_worker(job_rx: Receiver<GenerationJob>, state: AppState)Runs the generation queue worker loop. Processes one job at a time (FIFO). Exits when the sender half of the channel is dropped (server shutdown).