0.6.2
版本发布时间: 2022-04-16 03:54:17
mvniekerk/tokio-cron-scheduler最新发布版本:v0.13.0(2024-09-22 17:23:23)
- Job::new and Job::new_async returns a Result that has the Error part being JobSchedulerError (not a Box<&dyn std:err:Err> as prior).
- JobScheduler::add returns the GUID of the job that is being added.