HAppS-Util-0.9.3: Web framework
HAppS.Util.Concurrent
Synopsis
fork_ :: IO a -> IO ()Source
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