timers: setImmediate process full queue each turn
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 11 Jul 2013 22:58:11 +0000 (15:58 -0700)
committerisaacs <i@izs.me>
Fri, 12 Jul 2013 05:22:56 +0000 (22:22 -0700)
commitfa46483fe203f56dccd6e122573857cc2c322220
tree982fad55f665a7d1f54c03df4a14c668a88f427b
parentc679ac8f0089e2228e8f248cade91ec99cd424cb
timers: setImmediate process full queue each turn

Previously only one cb per turn of the event loop was processed at a
time, which is not exactly what is meant by immediate

fixes #5798
lib/timers.js