Crate chj_unix_util

Source

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_seconds time (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 rand crate