happstack-state-0.3.2: Event-based distributed state.Source codeContentsIndex
Happstack.State.Control
Synopsis
startSystemState :: (Methods a, Component a) => Proxy a -> IO (MVar TxControl)
startSystemStateMultimaster :: (Methods a, Component a) => Proxy a -> IO (MVar TxControl)
stdSaver :: IO Saver
waitForTermination :: IO ()
Documentation
startSystemState :: (Methods a, Component a) => Proxy a -> IO (MVar TxControl)Source
Starts the MACID system without multimaster support. Uses the default behavior of saving the state into the _local directory.
startSystemStateMultimaster :: (Methods a, Component a) => Proxy a -> IO (MVar TxControl)Source
Starts the MACID system with multimaster support. Uses the default behavior of saving the state into the _local directory.
stdSaver :: IO SaverSource
Returns the default Saver. It will save the application state into the _local directory.
waitForTermination :: IO ()Source
Wait for a signal. On unix, a signal is sigINT or sigTERM. On windows, the signal is entering e.
Produced by Haddock version 2.4.2