threadmanager: (deprecated in favor of 'threads') Simple thread management

[ bsd3, concurrency, library ] [ Propose Tags ]

This package is useful, but deprecated. In new code, please use threads instead.

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


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7
Dependencies base (>3 && <5), containers (>=0.5 && <0.6) [details]
License BSD-3-Clause
Author _Real World Haskell_, http://www.realworldhaskell.org/
Maintainer Brian Lewis <brian@lorf.org>
Category Concurrency
Source repo head: git clone git://github.com/bsl/threadmanager.git
Uploaded by BrianLewis at 2013-07-06T02:29:12Z
Distributions
Reverse Dependencies 4 direct, 4 indirect [details]
Downloads 5671 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for threadmanager-0.1.7

[back to package description]

This package is useful, but deprecated. In new code, please use threads instead.

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