The latest version of stm-io-hooks is 1.1.2-0.

stm-io-hooks

Version 0.0.1 revision 0 uploaded by PeterRobinson.

Package meta

Synopsis
An STM monad with IO hooks
Description

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).

Author
Peter Robinson 2009, Chris Kuklewicz 2006
Bug reports
n/a
Category
Concurrency
Copyright
n/a
Homepage
http://darcs.monoid.at/stm-io-hooks
Maintainer
Peter Robinson <robinson@ecs.tuwien.ac.at>
Package URL
n/a
Stability
n/a

Components