Queue add a new Task into the queue
(task Task)
| 21 | Scheduler interface { |
| 22 | // Queue add a new Task into the queue |
| 23 | Queue(task Task) error |
| 24 | // Request get a new Task from the queue |
| 25 | Request() (Task, error) |
| 26 | // Shutdown stop all worker |
no outgoing calls
no test coverage detected