async-hooks
There are 27 repositories under async-hooks topic.
Jeff-Lewis/cls-hooked
cls-hooked : CLS using AsynWrap or async_hooks instead of async-listener for node 4.7+
Papooch/nestjs-cls
A continuation-local storage (async context) module compatible with NestJS's dependency injection.
vicanso/async-local-storage
local storage that is shared between all stack frames (top down) in a call chain, including async function
gms1/node-async-context
a continuation local storage / asynchronous execution context for node.js via async_hooks
lrlna/on-async-hook
async_hook trace emitter 🔍
mvaldesdeleon/long-promise
Long stack traces for Promises (Node 8 only).
hellocomet/hello-cls
A Node.js library that implements Continuation-Local Storage for Node 10+
pwwang/simplug
A simple plugin system for python with async hooks supported
shfshanyue/cls-session
a cls session impletation using async_hooks
wentout/dive
dive to callback with context
jaredwray/hookified
Event Emitting and Async Middleware Hooks 🪝
Jeff-Lewis/async-hook-jl
Inspect the life of handle objects in node
zero734kr/async-debug
Asynchronous operation debugger built on top of async_hooks, inspired by asyncio debug mode of Python.
jzhang026/async-context-continuation
Based on async_hooks, maintains execution context across asynchronous calls of function in nodeJS
maxgfr/node-simple-context
A minimalist context for node, inspired by React Context API
nodesource/ah-fs.processor
Processes ah-fs data obtained from async resources related to file system opearations.
xujif/async-hooks-map
A Thread-local storage (TLS) like Map implementation, base on node async hooks, support nodejs & typescript
apehead/async-hooks-demo
⚓ Node.js async-hooks API demo ⚓
devu1997/cls-tracer
Continuous local storage for koa and custom jobs (similar to thread context in java) with out of the box support for tracing request/job id
emmveqz/react-components
Diverse Components for React
kevjose/use-async-toggle
A react.js toggle hook with support for async actions
kjin/cnysa
🐺 see nice async flow
marian-cojoc-ro/async-log
Utility and sample code for logging async operations in the context of a web-server using the async_hooks core api
creditkarma/async-scope
A thread local approximation built on async hooks, written in TypeScript
mawrkus/ah-context-store
🔗 A context storage for async resources, based on the Node.js Async Hooks API
peterdee/node-als-example
An example of the Async Local Storage usage in Node
travetto/context
Async-aware state management, maintaining context across asynchronous calls.