package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val counter : total:int64 -> sampling_interval:int -> ?columns:int -> message:string -> ?pp_count:int64 fixed_width_fmt -> ?ppf:Format.formatter -> unit -> t * (int64 -> unit)

Renders a progress bar of the form:

<msg> <count> MM:SS [########..............................] XX%

val finalise : t -> unit
val increment : ?ppf:Format.formatter -> unit -> t * ((unit -> unit) * (unit -> unit) * (unit -> unit))