distributed-fork-0.0.1.1: Like 'forkIO', but uses remote machines instead of local threads.

Safe HaskellNone
LanguageHaskell2010

Control.Distributed.Fork.Utils

Synopsis

Documentation

mapConcurrentlyWithProgress :: 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.