node-immediate

Immediate is a cross browser microtask library
  https://github.com/calvinmetcalf/immediate
  0
  no reviews



Immediate is a microtask library decended from NobleJS's setImmediate package and includes ideas from Cujo's When and RSVP package.

immediate takes tricks from setImmedate and RSVP and combines them with the schedualer inspired by whens.

tricks are tasks mentioned from setImmediate package which are run as necessary.

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