6607d276db
The 32 worker tasks in swqos_worker_loop use yield_now().await when the queue is empty, which busy-spins across all tokio threads. Replace with tokio::sync::Notify so workers sleep until jobs are enqueued. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>