| 128 | } |
| 129 | |
| 130 | void FinishJob() |
| 131 | { |
| 132 | --this->ActiveJobs; |
| 133 | std::cerr << "FinishJob: Active jobs: " << this->ActiveJobs << '\n'; |
| 134 | |
| 135 | this->JSC->ReleaseToken(); |
| 136 | this->QueueNextJobs(); |
| 137 | } |
| 138 | }; |
| 139 | |
| 140 | bool testJobServer() |
no test coverage detected