serverless-execute-0.0.1.0: Run arbitrary IO actions on Serverless environments.

Safe HaskellNone
LanguageHaskell2010

Network.Serverless.Execute.Utils

Synopsis

Documentation

mapWithProgress :: Backend -> Closure (Dict (Serializable a)) -> [Closure (IO a)] -> IO [a] Source #

Runs given closures concurrently using the Backend with a progress bar.

Throws ExecutorFailedException if something fails.