mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Fix a typo in ConcurrentQueue::cancelPending function name
This commit is contained in:
committed by
Luis Ángel San Martín
parent
ec938651c4
commit
228fe1284e
@ -43,7 +43,7 @@ public:
|
||||
jobAvailableVar.notify_one();
|
||||
}
|
||||
|
||||
void cancellPending()
|
||||
void cancelPending()
|
||||
{
|
||||
std::unique_lock<std::mutex> lockQueue(queueMutex);
|
||||
std::unique_lock<std::mutex> lockJobsLeft(jobsLeftMutex);
|
||||
|
Reference in New Issue
Block a user