Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timers: do less work in insert #27345

Closed
wants to merge 3 commits into from

Commits on Dec 13, 2019

  1. timers: do less work in insert

    Most of the code in insert is only applicable to scheduling
    non-timers or re-scheduling timers. We can skip most of it
    in the case of setTimeout, setInterval & setUnrefTimeout.
    apapirovski committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    21190b5 View commit details
    Browse the repository at this point in the history
  2. timers: fix refresh for expired timers

    Expired timers were not being refresh correctly and
    would always act as unrefed if refresh was called.
    apapirovski committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    33b3eb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d249fc2 View commit details
    Browse the repository at this point in the history