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 getActiveResourcesInfo() #40813

Merged

Commits on Dec 4, 2021

  1. process: add getActiveResourcesInfo()

    This is supposed to be a public alternative of the private APIs,
    `process._getActiveResources()` and `process._getActiveHandles()`. When
    called, it returns an array of strings containing the types of the
    active resources that are currently keeping the event loop alive.
    
    Signed-off-by: Darshan Sen <darshan.sen@postman.com>
    RaisinTen committed Dec 4, 2021
    Copy the full SHA
    41aa85d View commit details
    Browse the repository at this point in the history