HTF-0.13.1.0: 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) #

data ThreadPool m a b #

Constructors

ThreadPool 

Fields

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