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

Function stop

cron_test.go:690–697  ·  view source on GitHub ↗
(cron *Cron)

Source from the content-addressed store, hash-verified

688}
689
690func stop(cron *Cron) chan bool {
691 ch := make(chan bool)
692 go func() {
693 cron.Stop()
694 ch <- true
695 }()
696 return ch
697}
698
699// newWithSeconds returns a Cron with the seconds field enabled.
700func newWithSeconds() *Cron {

Callers 1

TestNoEntriesFunction · 0.85

Calls 1

StopMethod · 0.80

Tested by

no test coverage detected