Skip to content

parLiftN #35

Open
Open
@ursi

Description

@ursi

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: needs more infoThis issue needs more info before any action can be done.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions