Implement Set, Refactor Map into Tree

This commit is contained in:
Dynamitos
2023-12-22 19:46:07 +01:00
parent ac1d11402e
commit c8f99bb64d
20 changed files with 674 additions and 603 deletions
-1
View File
@@ -21,7 +21,6 @@ private:
Array<std::thread> workers;
std::mutex taskLock;
std::condition_variable taskCV;
std::mutex completedLock;
std::condition_variable completedCV;
Task currentTask;
bool running = true;