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: deprecate _getActive* private APIs in favour of async_hooks #40804

Commits on Nov 13, 2021

  1. process: deprecate _getActive* private APIs in favour of async_hooks

    The `process._getActiveRequests()` and `process._getActiveHandles()`
    functions are not needed anymore because the `async_hooks` module
    already provides functionality that helps us to keep a track of the
    active resources.
    
    Signed-off-by: Darshan Sen <darshan.sen@postman.com>
    RaisinTen committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    bcf7c12 View commit details
    Browse the repository at this point in the history