distributed-dataset-0.0.1.0: A distributed data processing framework in pure Haskell
Safe HaskellNone
LanguageHaskell2010

Control.Distributed.Fork.Utils

Synopsis

Documentation

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

Runs given closures concurrently using the Backend, showing a progress bar.

data Options Source #

Constructors

Options