# Functions
Corn 定时任务调度器.
InBatches 分批次执行.
ParseDurationBySpec 解析表达式,计算当前时间和下次执行时间的时间差.
No description provided by the author
Retry 重试执行.
# Variables
No description provided by the author
# Structs
No description provided by the author
CronScheduler 定时任务调度器.
FuncCronJob 自定义方法类定时任务,实现 CronJob 接口.
HttpCronJob http请求类定时任务,实现 CronJob 接口.
QueueScheduler 队列任务处理调度器.
QueueTask 队列任务.
# Interfaces
CronJob 定时任务注册通用接口.
# Type aliases
JobWrapper 任务包装器.