HTF-0.11.0.1: The Haskell Test Framework

Safe HaskellSafe-Inferred

Test.Framework.ThreadPool

Documentation

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

data ThreadPool m a b Source

Constructors

ThreadPool 

Fields

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

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