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

Method ScheduleAtFixedRate

scheduler.go:11–11  ·  view source on GitHub ↗
(task Task, period time.Duration, options ...Option)

Source from the content-addressed store, hash-verified

9 ScheduleWithCron(task Task, expression string, options ...Option) (ScheduledTask, error)
10 ScheduleWithFixedDelay(task Task, delay time.Duration, options ...Option) (ScheduledTask, error)
11 ScheduleAtFixedRate(task Task, period time.Duration, options ...Option) (ScheduledTask, error)
12 IsShutdown() bool
13 Shutdown() chan bool
14}

Callers 1

ScheduleAtFixedRateMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected