mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 06:21:29 -04:00
Notify workers when only at least one job is posted
This commit is contained in:
parent
b9b8ed177c
commit
82e2739bae
@ -87,6 +87,7 @@ namespace DetourNavigator
|
||||
|
||||
log("posted ", mJobs.size(), " jobs");
|
||||
|
||||
if (!mJobs.empty())
|
||||
mHasJob.notify_all();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user