-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed
Labels
async_hooksIssues and PRs related to the async hooks subsystem.Issues and PRs related to the async hooks subsystem.
Description
With async_hooks.executionResource
(#30959 ) and async_hooks.AsyncLocalStorage
(#26540) landed on master, APM and continuation local storage users can use only the init hook and async_hooks.AsyncLocalStorage
, which is also only used the init hook.
In the context of that removing destroy hook can introduce a considerable performance improvement possibilities on async_hooks
enabled, is it appropriate to deprecate the destroy hook now?
Metadata
Metadata
Assignees
Labels
async_hooksIssues and PRs related to the async hooks subsystem.Issues and PRs related to the async hooks subsystem.