keter-1.3.4: Web application deployment manager, focusing on Haskell web frameworks

Safe HaskellNone

Keter.App

Synopsis

Documentation

data App Source

reload :: App -> AppInput -> IO ()Source

getTimestamp :: App -> STM (Maybe EpochTime)Source

Get the modification time of the bundle file this app was launched from, if relevant.

terminate :: App -> IO ()Source