Const
A Node.js AsyncLocalStorage instance providing asynchronous thread-local state. Allows deep backend services and middlewares to access request-specific data (like the current user) without prop drilling.
AsyncLocalStorage
A Node.js
AsyncLocalStorageinstance providing asynchronous thread-local state. Allows deep backend services and middlewares to access request-specific data (like the current user) without prop drilling.