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

Struct testJob

cron_test.go:365–368  ·  cron_test.go::testJob

Source from the content-addressed store, hash-verified

363}
364
365type testJob struct {
366 wg *sync.WaitGroup
367 name string
368}
369
370func (t testJob) Run() {
371 t.wg.Done()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected