flexget.task_queue module#
- class flexget.task_queue.TaskQueue[source]#
Bases:
objectTask processing thread.
Only executes one task at a time, if more are requested they are queued up and run in turn.
Bases: object
Task processing thread.
Only executes one task at a time, if more are requested they are queued up and run in turn.