stack-1.6.3: The Haskell Tool Stack
Control.Concurrent.Execute
data ActionType Source #
Constructors
Instances
Methods
(==) :: ActionType -> ActionType -> Bool #
(/=) :: ActionType -> ActionType -> Bool #
compare :: ActionType -> ActionType -> Ordering #
(<) :: ActionType -> ActionType -> Bool #
(<=) :: ActionType -> ActionType -> Bool #
(>) :: ActionType -> ActionType -> Bool #
(>=) :: ActionType -> ActionType -> Bool #
max :: ActionType -> ActionType -> ActionType #
min :: ActionType -> ActionType -> ActionType #
showsPrec :: Int -> ActionType -> ShowS #
show :: ActionType -> String #
showList :: [ActionType] -> ShowS #
data ActionId Source #
(==) :: ActionId -> ActionId -> Bool #
(/=) :: ActionId -> ActionId -> Bool #
compare :: ActionId -> ActionId -> Ordering #
(<) :: ActionId -> ActionId -> Bool #
(<=) :: ActionId -> ActionId -> Bool #
(>) :: ActionId -> ActionId -> Bool #
(>=) :: ActionId -> ActionId -> Bool #
max :: ActionId -> ActionId -> ActionId #
min :: ActionId -> ActionId -> ActionId #
showsPrec :: Int -> ActionId -> ShowS #
show :: ActionId -> String #
showList :: [ActionId] -> ShowS #
data ActionContext Source #
Fields
Does not include the current action
Actions which depend on the current action
data Action Source #
runActions Source #
Arguments
threads
keep going after one task has failed
run final actions concurrently?
progress updated