mirror of
1
Fork 0
gotosocial/vendor/codeberg.org/gruf/go-sched
kim f3e2d36d64
[chore] update go-sched pkg (#3357)
* update go-sched to v1.2.4 which removes some now unused dependencies

* whoops, remove test output
2024-09-26 19:23:41 +00: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 [chore] update go-sched pkg (#3357) 2024-09-26 19:23:41 +00:00
scheduler.go [chore] update go-sched pkg (#3357) 2024-09-26 19:23:41 +00: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.