mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 17:52:28 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -46,6 +46,7 @@ namespace OpenWifi {
|
||||
}
|
||||
}
|
||||
|
||||
std::cout << Pool_.used() << " jobs running. Max jobs: " << Pool_.available() << std::endl;
|
||||
for(auto it = jobs_.begin(); it!=jobs_.end();) {
|
||||
if(*it!=nullptr && (*it)->Completed()!=0) {
|
||||
auto tmp = it;
|
||||
|
||||
Reference in New Issue
Block a user