threads-pool: A library to operate with pool of haskell's IO threads

[ bsd3, control, library ] [ Propose Tags ]

This library allows you to create a pool of worker threads, give them tasks using a queue and receive results. Or not receive, if you wan't to. Tasks are monadic computations in any monad which belong to special Task typeclass (it basically means that one can run that computation in IO monad, using some argument).

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies base (>=3 && <=5), containers, mtl, stm [details]
License BSD-3-Clause
Author IlyaPortnov
Maintainer portnov84@rambler.ru
Category Control
Uploaded by IlyaPortnov at 2010-11-08T16:15:45Z
Distributions NixOS:0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1180 total (5 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]