MCPcopy Create free account
hub / github.com/codnect/chrono / IsShutdown

Method IsShutdown

scheduler.go:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 ScheduleWithFixedDelay(task Task, delay time.Duration, options ...Option) (ScheduledTask, error)
11 ScheduleAtFixedRate(task Task, period time.Duration, options ...Option) (ScheduledTask, error)
12 IsShutdown() bool
13 Shutdown() chan bool
14}
15

Callers 1

IsShutdownMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected