ReadyWorker collects ready workers
(name string)
| 21 | StartWorker(name string) |
| 22 | // ReadyWorker collects ready workers |
| 23 | ReadyWorker(name string) |
| 24 | // StopWorker collects stopped workers |
| 25 | StopWorker(name string, reason StopReason) |
| 26 | // TotalWorkers collects expected workers |
no outgoing calls
no test coverage detected