Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

timers: fix processing of nested same delay timers #25763

Closed
wants to merge 1 commit into from

Commits on Oct 1, 2015

  1. timers: fix processing of nested same delay timers

    Whenever a timer with a specific timeout value creates a new timer with
    the same timeout, the newly added timer might be processed immediately
    in the same tick of the event loop instead of during the next tick of
    the event loop at the earliest.
    
    Fixes nodejs#25607
    whitlockjc committed Oct 1, 2015
    Configuration menu
    Copy the full SHA
    65de5d0 View commit details
    Browse the repository at this point in the history