concurrent-output

Ungarble output from several threads or commands

Version on this page:1.10.0
LTS Haskell 22.14:1.10.20
Stackage Nightly 2024-03-28:1.10.20
Latest on Hackage:1.10.20

See all snapshots concurrent-output appears in

BSD-2-Clause licensed by Joey Hess, Joachim Breitner
Maintained by Joey Hess
This version can be pinned in stack with:concurrent-output-1.10.0@sha256:e1a2bbd8105a8f27cf4d6903b358fffa893ba0fb0d0d3f5a4cbf02096405747d,1648

Module documentation for 1.10.0

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.