task manager will trigger new tasks as old tasks end

This commit is contained in:
itsmattkc
2019-06-27 11:11:49 -07:00
parent 8117e13c15
commit bf9dd68d58
3 changed files with 33 additions and 3 deletions
+2
View File
@@ -34,6 +34,8 @@ public:
void AddTask(Task *t);
private:
void StartNextWaiting();
QVector<Task*> tasks_;
int maximum_task_count_;