2018-03-17 11:44:07 +01:00
|
|
|
Progress::Any is an interface for applications that want to display progress to
|
|
|
|
users. It decouples progress updating and output, rather similar to how Log::Any
|
|
|
|
decouples log producers and consumers (output). The API is also rather similar
|
|
|
|
to Log::Any, except Adapter is called Output and category is called task.
|
|
|
|
|
|
|
|
Progress::Any records position/target and calculates elapsed time, estimated
|
|
|
|
remaining time, and percentage of completion. One or more output modules
|
|
|
|
(Progress::Any::Output::*) display this information.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Progress-Any
|