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

process: refactor nextTick for clarity #17738

Closed

Commits on Dec 24, 2017

  1. process: refactor nextTick for clarity

    Do not share unnecessary information about nextTick state
    between JS & C++, instead only track whether a nextTick
    is scheduled or not.
    
    Turn nextTickQueue into an Object instead of a class
    since multiple instances are never created.
    
    Other assorted refinements and refactoring.
    apapirovski committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    fdf0e05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d84f1d View commit details
    Browse the repository at this point in the history