diff options
Diffstat (limited to 'vendor/codeberg.org/gruf/go-sched/README.md')
-rw-r--r-- | vendor/codeberg.org/gruf/go-sched/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/codeberg.org/gruf/go-sched/README.md b/vendor/codeberg.org/gruf/go-sched/README.md new file mode 100644 index 000000000..d32a961ae --- /dev/null +++ b/vendor/codeberg.org/gruf/go-sched/README.md @@ -0,0 +1,5 @@ +# 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.
\ No newline at end of file |