Implemented some more Linux equivalents

This commit is contained in:
Timothy Hutchins
2023-08-02 18:24:19 -05:00
parent 046652347f
commit ac121f376f
6 changed files with 327 additions and 1 deletions
@@ -56,7 +56,7 @@ ThreadPool::ThreadPool(std::unique_ptr<std::vector<std::thread>> &thread_pool, i
RunNextTask();
// Possibly don't need but here to prevent 100% usage for loop
sleep(300);
}
}
});
}
}