mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-24 22:00:49 +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() |
||
|---|---|---|
| .. | ||
| utils | ||
| __init__.py | ||
| CLAUDE.md | ||
| constants.py | ||
| manager_core.py | ||
| manager_server.py | ||
| share_3rdparty.py | ||