@hackage progress-meter0.1.0
Live diagnostics for concurrent activity
Categories
License
BSD-3-Clause
Maintainer
Ertugrul Söylemez <esz@posteo.de>
Links
Versions
Installation
Dependencies (6)
- async >=2.1 && <2.2
- base >=4.8 && <4.10
- containers >=0.5 && <0.6
- rapid
- rapid-term
- stm >=2.4 && <2.5 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
devel
(off by default)
Development dependencies
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 es 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.