node-process-nextick-args

process.nextTick but always with args
  https://github.com/calvinmetcalf/process-nextick-args
  0
  no reviews



With node-process-nextick-args you will always be able to pass arguments to process.nextTick, no matter which platform you use.

Node.js is an event-based server-side JavaScript engine.