HAppS-Util-0.9.2.1: Web frameworkContentsIndex
HAppS.Util.Concurrent
Synopsis
fork_ :: IO a -> IO ()
fork :: IO a -> IO ThreadId
registerResetAction :: IO () -> IO ()
reset :: IO ()
sleep :: Int -> IO ()
Documentation
fork_ :: IO a -> IO ()
fork :: IO a -> IO ThreadId
Fork a new thread.
registerResetAction :: IO () -> IO ()
Register an action to be run when ghci is restarted.
reset :: IO ()
Reset state
sleep :: Int -> IO ()
Sleep N seconds
Produced by Haddock version 2.1.0