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

async_hooks: remove internal only error checking #30967

Commits on Dec 14, 2019

  1. async_hooks: remove internal only error checking

    This error checking is mostly unnecessary and is just a Node core
    developer nicety, rather than something that is needed for the
    user-land. It can be safely removed without any practical
    impact while making nextTick, timers, immediates and AsyncResource
    substantially faster.
    apapirovski committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    5dbd853 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. fixup

    apapirovski committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    deb5e67 View commit details
    Browse the repository at this point in the history
  2. fixup

    apapirovski committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    b2b98e5 View commit details
    Browse the repository at this point in the history