concurrent-output

Ungarble output from several threads or commands

LTS Haskell 22.18:1.10.20
Stackage Nightly 2024-04-27: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.20@sha256:b0ebf122b3f22c9739045825334bd02bd2814752933a92db41e5b4648527139c,1712

Module documentation for 1.10.20

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.