@hackage concurrent-output1.2.0
Ungarble output from several threads
Categories
License
BSD-2-Clause
Maintainer
Joey Hess <id@joeyh.name>
Links
Versions
Installation
Dependencies (11)
- ansi-terminal >=0.6.0 && <0.7.0
- async >=2.0 && <2.1
- base >=4.6
- directory >=1.2.0 && <1.3.0
- exceptions >=0.8.0 && <0.9.0
- process >=1.2.0 && <1.4.0 Show all…
Dependents (12)
@hackage/git-annex, @hackage/ghcup, @hackage/ascii-progress, @hackage/gipeda, @hackage/nri-prelude, @cardano/hedgehog, Show all…
Provides a simple interface for writing concurrent programs that need to output a lot of status messages to the console, or display multiple progress bars for different activities at the same time, or concurrently run external commands that output to the console.
Built on top of that is a way of defining multiple output regions, which are automatically laid out on the screen and can be individually updated. Can be used for progress displays etc.