NestJS Async Context based on async_hooks
Provides execution context wrapper for node JS, can be used to create execution wrapper for handling requests and more
Persistent execution context allowing you to get/set the context anywhere implemented using async hooks. Can be used to create request level execution context, a stack trace that persists through async resources, or anything else you need to survive the e
Correlation id helper based on async local storage