diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-08-08 17:21:45 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-08-08 17:21:45 +0000 |
commit | 25bf018f0fa446ca38508d35b6b3474e88d758d3 (patch) | |
tree | 45b457da59382af32e809be042d2a1a7cad9e952 /devel/hs-concurrent-output/pkg-descr | |
parent | 1c8feb1a3fd41782660f5439357efe8a9519c625 (diff) |
Notes
Diffstat (limited to 'devel/hs-concurrent-output/pkg-descr')
-rw-r--r-- | devel/hs-concurrent-output/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/hs-concurrent-output/pkg-descr b/devel/hs-concurrent-output/pkg-descr new file mode 100644 index 000000000000..ed809c2db02d --- /dev/null +++ b/devel/hs-concurrent-output/pkg-descr @@ -0,0 +1,9 @@ +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. + +WWW: http://hackage.haskell.org/package/concurrent-output + |