stack-1.4.0: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Control.Concurrent.Execute

Documentation

data ActionContext Source #

Constructors

ActionContext 

Fields

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]