BusyWorkers returns the numbers of workers in the running process.
()
| 25 | QueueTask(ctx context.Context, t Task) error |
| 26 | // BusyWorkers returns the numbers of workers in the running process. |
| 27 | BusyWorkers() int |
| 28 | // BusyWorkers returns the numbers of success tasks. |
| 29 | SuccessTasks() int |
| 30 | // FailureTasks returns the numbers of failure tasks. |