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

Safe HaskellNone

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