We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c131bf commit b4d0dbdCopy full SHA for b4d0dbd
doc/api/async_hooks.md
@@ -2,13 +2,13 @@
2
3
<!--introduced_in=v8.1.0-->
4
5
+<!-- source_link=lib/async_hooks.js -->
6
+
7
> Stability: 1 - Experimental. We plan to remove this API
8
> in the future; it will never become stable.
9
> Please migrate to [`AsyncLocalStorage`][], [Diagnostics Channel][], and
10
> other stable APIs.
11
-<!-- source_link=lib/async_hooks.js -->
-
12
The `node:async_hooks` module provides an API to track asynchronous resources.
13
It can be accessed using:
14
0 commit comments