HTF-0.13.2.4: The Haskell Test Framework

Safe HaskellSafe
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

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