StopWorkerRequest collects stopped worker requests
(name string, duration time.Duration)
| 33 | StopRequest() |
| 34 | // StopWorkerRequest collects stopped worker requests |
| 35 | StopWorkerRequest(name string, duration time.Duration) |
| 36 | // StartWorkerRequest collects started worker requests |
| 37 | StartWorkerRequest(name string) |
| 38 | Shutdown() |
no outgoing calls