post-mess-age

Send messages to a handle concurrently without getting them mixed.

Version on this page:0.2.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.2.0.0@sha256:0bf0d7b15860722cef1381805a637ae6fab09d0e1071abbbe5d31053d59aed7b,893

Module documentation for 0.2.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 anything!