Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.09 KB

15-async_hooks.md

File metadata and controls

22 lines (13 loc) · 1.09 KB

🐢 Node.js

🌟 The different core modules

async_hooks

I'm not a big expert on Asynchronous hooks yet (and the module is still experimental). However, I recommend that you take a look in particular at the AsyncLocalStorage API created by Vladimir.

Interesting articles and videos on the topic:

The integration is in progress on different frameworks like Adonis.js:


⬅️ 🌟 The different core modules: perf_hooks | ➡️ 🌟 The different core modules: Crypto