commit
2ae9f58909
|
@ -151,7 +151,7 @@ namespace samediff {
|
||||||
|
|
||||||
Ticket* ThreadPool::tryAcquire(int numThreads) {
|
Ticket* ThreadPool::tryAcquire(int numThreads) {
|
||||||
//std::vector<BlockingQueue<CallableWithArguments*>*> queues;
|
//std::vector<BlockingQueue<CallableWithArguments*>*> queues;
|
||||||
|
if(numThreads<=0) return nullptr;
|
||||||
Ticket *t = nullptr;
|
Ticket *t = nullptr;
|
||||||
// we check for threads availability first
|
// we check for threads availability first
|
||||||
bool threaded = false;
|
bool threaded = false;
|
||||||
|
|
Loading…
Reference in New Issue