You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR #16222, contains the first step by @vdeturckheim to remove domain from the deep layers of nodecore and implement it on top of async_hooks. This PR just landed, thus I'm opening this issue to discuss the next steps.
Deprecate and remove .domain support from MakeCallback. Implementers should use async_context. What will our depreciation and removal strategy for this be? Note: we would like to ultimately remove this as it adds quite a bit of extra complexity.
The PR #16222, contains the first step by @vdeturckheim to remove
domainfrom the deep layers of nodecore and implement it on top ofasync_hooks. This PR just landed, thus I'm opening this issue to discuss the next steps..domainsupport fromMakeCallback. Implementers should useasync_context. What will our depreciation and removal strategy for this be? Note: we would like to ultimately remove this as it adds quite a bit of extra complexity..domainsupport fromMakeCallback(PR: domain: runtime deprecate MakeCallback #17417).domainsupport fromMakeCallbackIt is unclear what the migration strategy for this is.(PR: process: add capture function for uncaught exceptions #17159)async_hooks(PR: domain: re-implement domain over async_hook #16222)/cc @addaleax @vdeturckheim