mealstrom-0.0.1.0: Manipulate FSMs and store them in PostgreSQL.
Mealstrom.FSMEngine
Description
patchPhase1 :: (Eq s, Eq e) => FSMTable s e a -> [Msg e] -> Machine s e a -> IO (Machine s e a) Source #
patchPhase1 is the part of a "change" to an FSM that happens synchronously.
patchPhase2 :: Eq a => FSMTable s e a -> Machine s e a -> IO (Machine s e a) Source #
patchPhase2 is the part of a "change" to an FSM that happens *asynchronously*.