# Functions
提供任务将在未来执行的时间、任务function,添加至一次性计划任务队列.
清理已完成的一次性计划任务.
根据entry_id取出这个entry,返回这个entry的下次执行时间。由于是个一次性任务,如果返回值是零值time.Time{},则说明已经完成。 Next time the job will run, or the zero time if Cron has not been started or this entry's schedule is unsatisfiable.
创建一次性任务的队列,并开始运行。.
创建周期性任务,并开始运行。.
清除一个一次性计划任务.
# Structs
https://stackoverflow.com/questions/45942266/is-there-a-way-to-invoke-a-cron-job-on-a-certain-date-time 一次性任务的Schedule.