callit

A simple module for calling functions at different times in the event loop. For the lazy.


Keywords
setTimeout, setImmediate, setInterval, process.nextTick, scheduling, async
License
MIT
Install
npm install callit@1.0.1

Documentation

callit

A lazy module for calling functions in node with setTimeout, setInterval, setImmediate, and process.nextTick.