stack-1.0.4: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Control.Concurrent.Execute

Documentation

data ActionContext Source

Constructors

ActionContext 

Fields

acRemaining :: !(Set ActionId)

Does not include the current action

data Action Source

Constructors

Action 

runActions Source

Arguments

:: Int

threads

-> Bool

keep going after one task has failed

-> Bool

run final actions concurrently?

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

progress updated

-> IO [SomeException]