node/lib/internal/async_local_storage
Gerhard Stöbich a0d458e448
async_hooks: ensure AsyncLocalStore instances work isolated
Avoid that one AsyncLocalStore instance changes the state of another
AsyncLocalStore instance by restoring only the owned store instead
the complete AsyncContextFrame.

PR-URL: https://github.com/nodejs/node/pull/58149
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
2025-05-06 18:00:56 +00:00
..
async_context_frame.js async_hooks: ensure AsyncLocalStore instances work isolated 2025-05-06 18:00:56 +00:00
async_hooks.js async_hooks: enable AsyncLocalStorage once constructed 2025-04-27 21:43:28 +00:00