mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
committed by
Anna Henningsen
parent
7baadb30bb
commit
e4a72d6b60
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user