timers: implement setImmediate
authorTimothy J Fontaine <tjfontaine@gmail.com>
Wed, 8 Aug 2012 02:12:01 +0000 (22:12 -0400)
committerBen Noordhuis <info@bnoordhuis.nl>
Sat, 11 Aug 2012 22:07:22 +0000 (00:07 +0200)
commit382f22f22959e686b10a5f42333c468e6654cb97
tree643db0defa3796d0dd94b64cb419864b800eeb9f
parentd15bfc04cde2bbfb2ce534639255dfcdab3cfcb3
timers: implement setImmediate
doc/api/timers.markdown
lib/timers.js
src/node.js
test/common.js
test/simple/test-timers-immediate.js [new file with mode: 0644]