MCPcopy Create free account
hub / github.com/codnect/chrono / isFixedRate

Method isFixedRate

task.go:146–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144}
145
146func (scheduledRunnableTask *ScheduledRunnableTask) isFixedRate() bool {
147 return scheduledRunnableTask.fixedRate
148}
149
150type ScheduledTaskQueue []*ScheduledRunnableTask
151

Callers 2

runMethod · 0.80
startTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected