Parallel-Arrows-Definition-0.1.1.0: Multithreaded evaluation using Arrows.

Safe HaskellSafe
LanguageHaskell2010

Parrows.Dummy.Simple

Contents

Documentation

Orphan instances

Future BasicFuture b () Source # 

Methods

put :: Arrow arr => () -> arr b (BasicFuture b) Source #

get :: Arrow arr => () -> arr (BasicFuture b) b Source #

(NFData b, ArrowChoice arr, ArrowParallel arr a b (), ArrowLoopParallel arr a b (Conf b)) => ArrowLoopParallel arr a b () Source # 

Methods

loopParEvalN :: () -> [arr a b] -> arr [a] [b] Source #

postLoopParEvalN :: () -> [arr a b] -> arr [a] [b] Source #

(NFData b, ArrowChoice arr, ArrowParallel arr a b (Conf b)) => ArrowParallel arr a b () Source # 

Methods

parEvalN :: () -> [arr a b] -> arr [a] [b] Source #