packages feed

threadmanager-0.1.7: README.md

*This package is useful, but deprecated. In new code, please use [threads][1]
instead.*

A simple thread management API inspired by the one in [chapter 24][2] of
[Real World Haskell][3].

[1]: http://hackage.haskell.org/package/threads
[2]: http://book.realworldhaskell.org/read/concurrent-and-multicore-programming.html
[3]: http://book.realworldhaskell.org/