happstack-util-0.1: Web framework

HAppS.Util.Concurrent

Synopsis

Documentation

forkEverSt :: (t -> IO t) -> t -> IO ThreadIdSource

foreverSt :: Monad m => (t -> m t) -> t -> m bSource

fork :: IO a -> IO ThreadIdSource

Fork a new thread.

registerResetAction :: IO () -> IO ()Source

Register an action to be run when ghci is restarted.

reset :: IO ()Source

Reset state

forever :: IO a -> IO aSource

sleep :: Int -> IO ()Source

Sleep N seconds