happstack-state-0.5.1: Event-based distributed state.

Happstack.State.TxControl

Synopsis

Documentation

runTxSystem :: (Methods st, Component st) => Saver -> Proxy st -> IO (MVar TxControl)Source

Run the MACID system without multimaster support and with the given Saver.

runTxSystemAmazon :: (Methods st, Component st) => ApplicationName -> Proxy st -> IO (MVar TxControl)Source

shutdownSystem :: MVar TxControl -> IO ()Source

Shuts down a transaction system