stm-io-hooks: An STM monad with IO hooks
This library provides an STM monad with commit and retry IO hooks. A retry-action is run (once) if the transaction retries, while commit-actions are executed iff the transaction commits. The library also gives some atomicity guarantees for commit-actions, see documentation for details.
Note: Part of this library uses code from the Haskell Wiki (see http://haskell.org/haskellwiki/?title=New_monads/MonadAdvSTM).
Modules
[Index]
Downloads
- stm-io-hooks-0.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.0.1, 0.1.0, 0.2.0, 0.2.1, 0.3.0, 0.4.2, 0.5.4, 0.6.0, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.5, 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.1.2 |
|---|---|
| Dependencies | array, base (>=4.0.0.0), containers (>=0.2.0.0), mtl (>=1.1.0.2), stm (>=2.1.1.2) [details] |
| License | BSD-3-Clause |
| Author | Peter Robinson 2009, Chris Kuklewicz 2006 |
| Maintainer | Peter Robinson <robinson@ecs.tuwien.ac.at> |
| Uploaded | by PeterRobinson at 2009-01-22T18:47:37Z |
| Category | Concurrency |
| Home page | http://darcs.monoid.at/stm-io-hooks |
| Distributions | |
| Reverse Dependencies | 3 direct, 0 indirect [details] |
| Downloads | 13913 total (56 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |