This module keeps tracks of different things for progress reporting:
jenga --progress, and the second kind of information is available in a typed
way to rpc clients through the Reportable.t.val lstat_counter : Metrics.Counter.tval digest_counter : Metrics.Counter.tval ls_counter : Metrics.Counter.tval mkdir_counter : Metrics.Counter.tval saves_done : Metrics.Counter.tval actions_run : Metrics.Counter.tval saves_run : Metrics.Counter.tval considerations_run : Metrics.Counter.tval the_reportable_errors : Reportable.tTHE bag of reportable errors; reported to clients over the error-pipe.
val enqueue_job : t ‑> (unit ‑> 'a Async.Deferred.t) ‑> 'a Async.Deferred.tmodule Snap : sig ... end