-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
Expose async_wrap providers #40730
Copy link
Copy link
Closed
Labels
async_hooksIssues and PRs related to the async hooks subsystem.Issues and PRs related to the async hooks subsystem.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.
Description
Activity
Metadata
Metadata
Assignees
Labels
async_hooksIssues and PRs related to the async hooks subsystem.Issues and PRs related to the async hooks subsystem.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.
Once
process.bindingwas considered deprecated(v16+), we don't have a public API (AFAIK) to access theprocess.binding(async_wrap).Providers.At node-clinic we use it to correlate with stack-traces, is there anything that replaces that information?