Start resume tasks and starts all workers.
()
| 19 | Queue interface { |
| 20 | // Start resume tasks and starts all workers. |
| 21 | Start() |
| 22 | // Shutdown stops all workers. |
| 23 | Shutdown() |
| 24 | // SubmitTask submits a Task to the queue. |
no outgoing calls
no test coverage detected