Skip to content

Commit 1e2327d

Browse files
Trottcodebytere
authored andcommitted
doc: simplify async_hooks overview
Explain the purpose of async_hooks simply in the overview. PR-URL: #31660 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 0e44902 commit 1e2327d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/api/async_hooks.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44

55
> Stability: 1 - Experimental
66
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:
7+
The `async_hooks` module provides an API to track asynchronous resources. It
8+
can be accessed using:
109

1110
```js
1211
const async_hooks = require('async_hooks');

0 commit comments

Comments
 (0)