./devel/hs-concurrent-output, Ungarble output from several threads or commands

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.10.21, Package name: hs-concurrent-output-1.10.21, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 23.315 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-29 10:44:44 by Masatake Daimon | Files touched by this commit (5) | Package updated
Log message:
devel/hs-concurrent-output: import hs-concurrent-output-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.