Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
stephb9959
2022-07-07 10:33:52 -07:00
parent 58c9a7805b
commit d6c587fde6

View File

@@ -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;