MCPcopy Index your code
hub / github.com/codnect/chrono / addNewTask

Method addNewTask

executor.go:160–162  ·  view source on GitHub ↗
(task *ScheduledRunnableTask)

Source from the content-addressed store, hash-verified

158}
159
160func (executor *SimpleTaskExecutor) addNewTask(task *ScheduledRunnableTask) {
161 executor.newTaskChannel <- task
162}
163
164func (executor *SimpleTaskExecutor) run() {
165

Callers 3

ScheduleMethod · 0.95
ScheduleAtFixedRateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected