(task Task, period time.Duration, options ...Option)
| 9 | ScheduleWithCron(task Task, expression string, options ...Option) (ScheduledTask, error) |
| 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 | } |
no outgoing calls
no test coverage detected