This module implements the guessing of when the build will finished based on how the
amount of remaining work changes, which is shown in the output of jenga monitor
and jenga --progress.
val create : decay_factor_per_second:float ‑> tval push_todo : t ‑> int ‑> unitval estimated_finish_time_string : t ‑> string