StopWorker collects stopped workers
(name string, reason StopReason)
| 23 | ReadyWorker(name string) |
| 24 | // StopWorker collects stopped workers |
| 25 | StopWorker(name string, reason StopReason) |
| 26 | // TotalWorkers collects expected workers |
| 27 | TotalWorkers(name string, num int) |
| 28 | // TotalThreads collects total threads |
no outgoing calls