package commons

  1. Overview
  2. Docs
val progress : ?show:bool -> ((unit -> unit) -> 'a list -> 'b) -> 'a list -> 'b
val execute_and_show_progress : show:bool -> int -> ((unit -> unit) -> unit) -> unit
val execute_and_show_progress2 : ?show:bool -> int -> ((unit -> unit) -> 'a) -> 'a
val with_progress_list_metter : ?show:bool -> ((unit -> unit) -> 'a list -> 'b) -> 'a list -> 'b