The threads-pool package
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).
Properties
| Version | 0.1 |
|---|---|
| Dependencies | base (≥3 & ≤5), containers, mtl, stm |
| License | BSD3 |
| Author | IlyaPortnov |
| Maintainer | portnov84@rambler.ru |
| Category | Control |
| Upload date | Mon Nov 8 16:15:45 UTC 2010 |
| Uploaded by | IlyaPortnov |
| Built on | ghc-6.12, ghc-7.0 |
Modules
- Control
- Concurrent
Downloads
- threads-pool-0.1.tar.gz (Cabal source package)
- package description (included in the package)