
22 Jan
2009
22 Jan
'09
3:49 p.m.
This library provides an STM monad with commit and retry IO hooks. A retry-action is run (once) in a separate thread if the transaction retries, while commit-actions are executed iff the transaction commits. The code is based on the AdvSTM Monad [1] by Chris Kuklewicz, but in addition also ensures some atomicity guarantees for commit-actions, see documentation for details. Cheers, Peter [1] http://www.haskell.org/haskellwiki/New_monads/MonadAdvSTM
5964
Age (days ago)
5964
Last active (days ago)
0 comments
1 participants
participants (1)
-
Peter Robinson