purescript-parallel icon indicating copy to clipboard operation
purescript-parallel copied to clipboard

Classes for parallel composition and racing of asynchronous computations

Results 2 purescript-parallel issues
Sort by recently updated
recently updated
newest added

Is there a reason for there to not be an instance for `Eff` proper? I know in JS its "technically" not parallel. But if `Eff` was implemented on a true...

type: enhancement

Would you be open to PR adding `parLiftN` functions that work like the normal `liftN` but parallellize the execution of the inputs. e.g. ```purescript parLift2 f a b = sequential...

status: needs more info