On Sun, Sep 8, 2013 at 5:07 PM, TJ Marbois <[email protected]> wrote: > Is it possible for you to explain a little more detail about these two > undocumented functions? is there a reason why they remain undocumented? > > process._getActiveHandles() > process._getActiveRequests() > > cheers > > Tj
They're debugging tools I added to make my life a little easier. I didn't document them back then because they: a) rely heavily on implementation details, i.e. I may have to remove them again someday, and b) probably don't work the way most people would expect them to (returns internal wrap objects only, timers don't show up except for the master timer, etc.) -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
