improve a bit and add option

This commit is contained in:
tildearrow 2023-09-06 14:23:47 -05:00
parent e8dbacf6e0
commit 5329e551d4
7 changed files with 50 additions and 5 deletions

View file

@ -71,7 +71,6 @@ struct DivWorkThread {
*/
class DivWorkPool {
bool threaded;
std::mutex selfLock;
unsigned int count;
unsigned int pos;
DivWorkThread* workThreads;