Closed robinetmiller closed 2 years ago
So that one task doesn't clog up the entire queue, QueueWorker should be multithreaded to handle max_tasks tasks at a time.
max_tasks
This will require some locking around calls to the Task Loader, to prevent threads from pulling the same tasks.
Feature rejected due to complexity.
So that one task doesn't clog up the entire queue, QueueWorker should be multithreaded to handle
max_tasks
tasks at a time.