TotalWorkers collects expected workers
(name string, num int)
| 25 | StopWorker(name string, reason StopReason) |
| 26 | // TotalWorkers collects expected workers |
| 27 | TotalWorkers(name string, num int) |
| 28 | // TotalThreads collects total threads |
| 29 | TotalThreads(num int) |
| 30 | // StartRequest collects started requests |
no outgoing calls