Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
runTests :: [(String, IO ())] -> IO () Source #
Run a bunch of tests and throw an exception if any fails
forkTry :: IO () -> IO ThreadId Source #
Like fork, but throw exceptions in the child thread to the parent
randomThreadDelay :: Int -> IO () Source #
Random thread delay between 0 and the specified max