Modules§
- backoff
- Run a job in an interval that is increased if there are errors,
and lowered again if there aren’t.
Todo: measure time and subtract the job running time from the
sleep time? Or at least, when gettng an error, take the passed
time as the basis, not the
min_sleep_secondstime (since that might be 0, even). - daemon
- Infrastructure to run / start / stop a service as a daemon process (or process group). See daemon for more info.
- eval_
with_ default - file_
lock - file_
util - forking_
loop - logging
- polling_
signals - processes
- re_exec
- retry
- signal
- timestamp_
formatter - unix
- Some utilities for unix specific functionality
- util
- xorshift
- Avoid dependency on
randcrate