Fixing linux build kind of
This commit is contained in:
@@ -58,6 +58,7 @@ public:
|
||||
}
|
||||
private:
|
||||
Array<std::thread> workers;
|
||||
Map<JobStage, List<Job>> jobs;
|
||||
void threadLoop();
|
||||
};
|
||||
static ThreadPool& getGlobalThreadPool();
|
||||
|
||||
Reference in New Issue
Block a user