post-mess-age

Send messages to a Handle concurrently without getting them mixed.

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

See all snapshots post-mess-age appears in

BSD-3-Clause licensed by Daniel Díaz
Maintained by [email protected]
This version can be pinned in stack with:post-mess-age-0.1.0.0@sha256:a5970bd9d64d602abe0817dde9b64c4cfcff5d382083d33864d755bc32a0af49,1000

Module documentation for 0.1.0.0

Depends on 1 package(full list with versions):

Do you have a program that output messages to the screen from different threads and you are tired of getting them all messed up? Welcome to the post-mess-age. Using a simple passer object you can make your logging messages useful again. The methodology is explained in the API docs. You can use post-mess-age not only for the stdout handle, but with any handle!