(task *ScheduledRunnableTask)
| 158 | } |
| 159 | |
| 160 | func (executor *SimpleTaskExecutor) addNewTask(task *ScheduledRunnableTask) { |
| 161 | executor.newTaskChannel <- task |
| 162 | } |
| 163 | |
| 164 | func (executor *SimpleTaskExecutor) run() { |
| 165 |
no outgoing calls
no test coverage detected