Time-manager of delayed tasks. Like crontab, but synchronous asynchronous tasks are possible scheduling, and dynamic add/cancel/remove is supported.
315
stars
24
forks
source link
Stable to stable-rustc compilation, with repair optimization. #10
Closed
BinChengZhao closed 3 years ago
1.Compilable at stable by conditional compilation.
2.Balancing performance and user experience (ajust CandyCronStr inner-type and add free-api for TaskBuilder).
3.Support custom setting of time zone.
4.Fix the clock too fast issue.
5.Use
next_second_hand
to solve a schedule problem.