@hackage progress-meter1.0.0
Live diagnostics for concurrent activity
Categories
License
BSD-3-Clause
Maintainer
Ertugrul Söylemez <esz@posteo.de>
Links
Versions
Installation
Dependencies (6)
- ansi-terminal >=0.6 && <0.8
- async >=2.1.1 && <2.2
- base >=4.8 && <4.11
- rapid
- rapid-term
- stm >=2.4 && <2.5 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
devel
(off by default)
Development dependencies
examples
(off by default)
Build the example programs
progress-meter
This library can be used to display progress meters or other diagnostics for concurrently running actions. It supports dynamic creation and removal of new sub-meters as well as correct behaviour when printing diagnostics that are not part of the progress meter and should just scroll by.
The System.ProgressMeter module contains a tutorial.