HAppS-Util-0.9.3: Web framework

HAppS.Util.Concurrent

Synopsis

Documentation

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

sleep :: Int -> IO ()Source

Sleep N seconds