jon
AsyncLocalStorage without `node:async_hooks`
I'm trying to remove dependencies on
node:
in a Deno project. I just came across https://github.com/nodejs/node/pull/48528 and I'm wondering if it could unlock AsyncLocalStorage
without a dependency on node:async_hooks
for Deno.
I am having a bit of a hard time following the various PRs/Github issues, but I also found some fairly recent work that seems related:
https://github.com/denoland/deno/pull/25140
https://github.com/denoland/deno/pull/244028 replies