Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Closed
aearly opened this issue Oct 25, 2015 · 0 comments
Milestone

Comments

@aearly
Copy link
Collaborator

aearly commented Oct 25, 2015

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);
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant