purescript/purescript-parallel

parLiftN

ursi opened this issue · 0 comments

ursi commented

Would you be open to PR adding parLiftN functions that work like the normal liftN but parallellize the execution of the inputs. e.g.

parLift2 f a b = sequential $ lift2 f (parallel a) (parallel b)