stack-1.4.0: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Control.Concurrent.Execute

Documentation

data ActionContext #

Constructors

ActionContext 

Fields

data Action #

Constructors

Action 

runActions #

Arguments

:: Int

threads

-> Bool

keep going after one task has failed

-> Bool

run final actions concurrently?

-> [Action] 
-> (TVar Int -> IO ())

progress updated

-> IO [SomeException]