tomaratyn / ticky

Run a callback as soon as possible

Home Page:http://ponyfoo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ticky

npm install ticky --save

ticky(fn)

Run a callback as soon as possible using one of the following. To keep things lean, process.nextTick won't be bundled when it comes to browserify.

  • setImmediate
  • process.nextTick
  • setTimeout

license

mit

About

Run a callback as soon as possible

http://ponyfoo.com

License:MIT License


Languages

Language:JavaScript 100.0%