GoToSocial/vendor/codeberg.org/gruf/go-sched
kim d20ec967c4
[bugfix] update go-cache library to fix critical bug during cache sweep scheduling (#725)
* update go-cache library to fix critical bug regarding cache sweep scheduling

Signed-off-by: kim <grufwub@gmail.com>

* update go-sched

Signed-off-by: kim <grufwub@gmail.com>
2022-07-22 12:43:34 +02:00
..
LICENSE [chore] consolidate caching libraries (#704) 2022-07-10 17:18:21 +02:00
README.md [chore] consolidate caching libraries (#704) 2022-07-10 17:18:21 +02:00
job.go [bugfix] update go-cache library to fix critical bug during cache sweep scheduling (#725) 2022-07-22 12:43:34 +02:00
scheduler.go [bugfix] update go-cache library to fix critical bug during cache sweep scheduling (#725) 2022-07-22 12:43:34 +02:00
timing.go [chore] consolidate caching libraries (#704) 2022-07-10 17:18:21 +02:00

README.md

go-sched

A simple job (both run-once and recurring) queueing library with down-to millisecond precision.

Precision estimates based on test output (running on i7-11800h): 1ms precision with 80% tolerance.