Skip to content

Have async.nextTick and async.setImmediate take arguments to apply to the function #940

@aearly

Description

@aearly

From #750. This matches node's current API better.

async.setImmediate(function (a, b, c) {
   console.log(a, b, c); // 1 2 3
}, 1, 2, 3);

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions