Fixing linux build kind of

This commit is contained in:
2021-10-13 15:20:30 +02:00
parent 99760724cd
commit 59b262777c
18 changed files with 111 additions and 100 deletions
+1
View File
@@ -58,6 +58,7 @@ public:
}
private:
Array<std::thread> workers;
Map<JobStage, List<Job>> jobs;
void threadLoop();
};
static ThreadPool& getGlobalThreadPool();