HTF-0.12.2.4: The Haskell Test Framework

Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Framework.ThreadPool

Documentation

type ThreadPoolEntry m a b = (m a, a -> IO b, Either SomeException b -> m StopFlag) Source

data ThreadPool m a b Source

Constructors

ThreadPool 

Fields

tp_run :: [ThreadPoolEntry m a b] -> m ()
 

threadPoolTest :: (Int, Int) -> Int -> IO [()] Source