mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-01-02 17:29:41 +08:00
- Add proper async worker management to TaskQueue class - Remove redundant task_worker_thread and task_worker_lock global variables - Replace manual threading with async task management - Update is_processing() logic to use TaskQueue state instead of thread status - Implement automatic worker cleanup when queue processing completes - Simplify queue start endpoint to use TaskQueue.start_worker()