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 question is:
Is there any plan for the depreciation of async_hooks in the Node Js new versions?
I mean that what we will do if async_hooks gets deprecated.
I appreciate any recommendations.
The text was updated successfully, but these errors were encountered:
Newer versions of 13 and 14 does add AsyncLocalStorage though, which actually has a very similar api to CLS. I believe it is just syntax sugar on top of async hooks though, so it is experimental as well.
Hi, community. We are deciding to use a package that has this
cls-hooked
in its dependencies.We know that this package uses
async_hooks
which has marked as Experimental in Nodejs docs:https://nodejs.org/api/async_hooks.html#async_hooks_async_hooks
The question is:
Is there any plan for the depreciation of
async_hooks
in the Node Js new versions?I mean that what we will do if
async_hooks
gets deprecated.I appreciate any recommendations.
The text was updated successfully, but these errors were encountered: