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: add deferTick #51471

Closed
wants to merge 1 commit into from
Closed

process: add deferTick #51471

wants to merge 1 commit into from

Commits on Jan 16, 2024

  1. process: add deferTick

    Adds a new scheduling primitive to resolve zaldo when mixing
    traditional Node async programming with async/await and Promises.
    
    We cannot "fix" nextTick without breaking the whole ecosystem.
    nextTick usage should be discouraged and we should try to
    incrementally move to this new primitive.
    
    Refs: nodejs#51156
    Refs: nodejs#51280
    Refs: nodejs#51114
    Refs: nodejs#51070
    Refs: nodejs/undici#2497
    PR-URL: nodejs#51471
    ronag committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    9e07efe View commit details
    Browse the repository at this point in the history