Skip to content

need to pass some additional data to this.MULTI() #9

@scottsd

Description

@scottsd

When issuing multiple parallel requests and this.MULTI(), one can get the request results with argsArray.
However, I need to pass some additional data, besides the data returned by the callbacks. Something like
fs.rename("/tmp/c", "/tmp/3", this.MULTI(myData));

or
fs.rename("/tmp/c", "/tmp/3", this.MULTI(), myData );

I'll use myData in the final function to figure out at what result I'm looking at.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions