Process.nextTick() batching utility.
Usage
var nanotick = var tick = var myFunc = // now resolves async
API
tick = nanotick
Create a new nanotick instance
tick(cb)
Always resolve a function asynchronously. Uses batching under the hood to optimize performance
Installation
$ npm install nanotick