Skip to content

Commit

Permalink
fixup! Update doc/api/async_hooks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Nov 6, 2022
1 parent 2c131bf commit b4d0dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/async_hooks.md
Expand Up @@ -2,13 +2,13 @@

<!--introduced_in=v8.1.0-->

<!-- source_link=lib/async_hooks.js -->

> Stability: 1 - Experimental. We plan to remove this API
> in the future; it will never become stable.
> Please migrate to [`AsyncLocalStorage`][], [Diagnostics Channel][], and
> other stable APIs.
<!-- source_link=lib/async_hooks.js -->

The `node:async_hooks` module provides an API to track asynchronous resources.
It can be accessed using:

Expand Down

0 comments on commit b4d0dbd

Please sign in to comment.