There was an error while loading. Please reload this page.
I posted requirements list for getting async_hooks into stable a while ago (nodejs/node#14717 (comment)). This is a very similar list.
async_hooks
promise
PromiseWrap
MicrotaskWrap
runInAsyncIdScope
setTriggerId
MakeCallback
async_context
NAN
n-api
triggerAsyncId
semver-major
semver-minor
semver-patch
I posted requirements list for getting
async_hooksinto stable a while ago (nodejs/node#14717 (comment)). This is a very similar list.Internal Technical
promiseobject fromPromiseWrap(PR: async_hooks: remove promise object from resource node#23443)MicrotaskWrap" instead ofPromiseWrap(issue: Proposal for reworking promise integration into async_hooks #389)async_hooksand see that there is only a small measurable difference given our tolerance.runInAsyncIdScope(issue: Remove async_hooks runInAsyncIdScope API node#14328, PR: async_hooks: deprecate undocumented API node#16972)setTriggerId(issue: Remove async_hooks setTrigger API node#14238, PR: async_hooks: deprecate undocumented API node#16972)async_hooksstate validation in v9.x. (PR: async_hooks: enable runtime checks by default node#16318)MakeCallbackhave anasync_context.async_hooksintoNAN(issue: Integrate C++ AsyncHooks Embedder API with native abstraction node#13254).async_hooksinton-api(issue: Integrate C++ AsyncHooks Embedder API with native abstraction node#13254).Internal Non-Technical
triggerAsyncIdchange will be asemver-major,semver-minororsemver-patch.External Non-Technical
async_hooks(N/Solid, New Relic, Elastic APM)async_hooks(https://www.npmjs.com/package/trace & https://www.npmjs.com/package/cls-hooked)After Stable
MakeCallbackwithoutasync_context(PR: src: deprecate legacy node::MakeCallback node#18632)