SubmitTask submits a Task to the queue.
(ctx context.Context, t Task)
| 23 | Shutdown() |
| 24 | // SubmitTask submits a Task to the queue. |
| 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. |
no outgoing calls
no test coverage detected