MCPcopy
hub / github.com/lonng/nano / TimerFunc

FuncType TimerFunc

scheduler/timer.go:53–53  ·  view source on GitHub ↗

TimerFunc represents a function which will be called periodically in main logic gorontine.

func()

Source from the content-addressed store, hash-verified

51 // TimerFunc represents a function which will be called periodically in main
52 // logic gorontine.
53 TimerFunc func()
54
55 // TimerCondition represents a checker that returns true when cron job needs
56 // to execute

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…