ursi opened this issue 5 years ago · 0 comments
Would you be open to PR adding parLiftN functions that work like the normal liftN but parallellize the execution of the inputs. e.g.
parLiftN
liftN
parLift2 f a b = sequential $ lift2 f (parallel a) (parallel b)