MCPcopy
hub / github.com/robfig/cron / FuncJob

FuncType FuncJob

cron.go:134–134  ·  cron.go::FuncJob

FuncJob is a wrapper that turns a func() into a cron.Job

func()

Source from the content-addressed store, hash-verified

132
133// FuncJob is a wrapper that turns a func() into a cron.Job
134type FuncJob func()
135
136func (f FuncJob) Run() { f() }
137

Callers 10

appendingJobFunction · 0.85
appendingWrapperFunction · 0.85
TestChainRecoverFunction · 0.85
RecoverFunction · 0.85
DelayIfStillRunningFunction · 0.85
SkipIfStillRunningFunction · 0.85
AddFuncMethod · 0.85
TestScheduleAfterRemovalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected