doc: add entry for AsyncHook class

fixes: https://github.com/nodejs/node/issues/31661

PR-URL: https://github.com/nodejs/node/pull/31865
Fixes: https://github.com/nodejs/node/issues/31661
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Harshitha KP
2020-02-19 05:27:52 -05:00
committed by Anna Henningsen
parent 7baadb30bb
commit e4a72d6b60

View File

@@ -170,6 +170,11 @@ provided by AsyncHooks itself. The logging should then be skipped when
it was the logging itself that caused AsyncHooks callback to call. By
doing this the otherwise infinite recursion is broken.
### Class: `AsyncHook`
The class `AsyncHook` exposes an interface for tracking lifetime events
of asynchronous operations.
#### `asyncHook.enable()`
* Returns: {AsyncHook} A reference to `asyncHook`.