Commit fa46483f authored by Ben Noordhuis's avatar Ben Noordhuis Committed by isaacs
Browse files

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
parent c679ac8f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment