@hackage concurrent-output1.10.21
Ungarble output from several threads or commands
Categories
License
BSD-2-Clause
Maintainer
Joey Hess <id@joeyh.name>
Links
Versions
Installation
Dependencies (11)
- ansi-terminal >=0.6.2 && <1.2.0
- async >=2.0 && <2.3
- base <5
- directory >=1.2.0 && <1.4.0
- exceptions >=0.6.0 && <0.11.0
- process >=1.6.0 && <1.7.0 Show all…
Dependents (12)
@hackage/git-annex, @hackage/ghcup, @hackage/ascii-progress, @hackage/gipeda, @hackage/nri-prelude, @cardano/hedgehog, Show all…
Lets multiple threads and external processes concurrently output to the console, without it getting all garbled up.
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 by concurrent threads. Can be used for progress displays etc.