package progress

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Internals of the library exported to be used in sibling packages and in testing. Not intended for public consumption, and does not provide a stable API.

val counter : ?prebar:int64 Segment.t -> total:int64 -> ?mode:[ `ASCII | `UTF8 ] -> ?message:string -> ?pp:(int64, int64 Segment.t) Units.pp_fixed -> ?width:int -> ?sampling_interval:int -> unit -> (int64 -> unit) t