Portability | non-portable (concurrency) |
---|---|
Stability | experimental |
Maintainer | Joachim Breitner <mail@joachin-breitner.de> |
This library provides a simple interface to output status messages from more than one thread.
It will continue adding information (such as dots, or done) to the correct line corresponding to the issuing thread and continue scrolling when a line is done.
- getConcurrentOutputter :: IO (String -> IO ())