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 0e44902 commit 1e2327dCopy full SHA for 1e2327d
doc/api/async_hooks.md
@@ -4,9 +4,8 @@
4
5
> Stability: 1 - Experimental
6
7
-The `async_hooks` module provides an API to register callbacks tracking the
8
-lifetime of asynchronous resources created inside a Node.js application.
9
-It can be accessed using:
+The `async_hooks` module provides an API to track asynchronous resources. It
+can be accessed using:
10
11
```js
12
const async_hooks = require('async_hooks');
0 commit comments