| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.Serverless.Execute.Utils
- mapWithProgress :: Backend -> Closure (Dict (Serializable a)) -> [Closure (IO a)] -> IO [a]
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.