Add a worker to the set of workers that call this task.
| 102 | |
| 103 | // Add a worker to the set of workers that call this task. |
| 104 | void Task::AddActiveWorker(int wid) const { |
| 105 | if (module_) { |
| 106 | module_->AddActiveWorker(wid, c_->task()); |
| 107 | } |
| 108 | } |
no test coverage detected