async-hooks topic
List
async-hooks repositories
nestjs-cls
425
Stars
28
Forks
Watchers
A continuation-local storage (async context) module compatible with NestJS's dependency injection.
node-async-context
71
Stars
5
Forks
Watchers
a continuation local storage / asynchronous execution context for node.js via async_hooks
async-local-storage
72
Stars
12
Forks
Watchers
local storage that is shared between all stack frames (top down) in a call chain, including async function