Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/robfig/cron
/ countJob
Struct
countJob
chain_test.go:72–77 · chain_test.go::countJob
Source
from the content-addressed store, hash-verified
70
}
71
72
type
countJob
struct
{
73
m sync.Mutex
74
started int
75
done int
76
delay time.Duration
77
}
78
79
func
(j *countJob) Run() {
80
j.m.Lock()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected