Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup: address review comments
  • Loading branch information
HarshithaKP committed Feb 21, 2020
commit 410b6e65fe1ca13d3b7a76aeb9120b04d0773936
4 changes: 2 additions & 2 deletions doc/api/async_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ doing this the otherwise infinite recursion is broken.

### Class: `AsyncHook`

The class `AsyncHook` exposes interface for tracking lifetime events
The class `AsyncHook` exposes an interface for tracking lifetime events
of asynchronous operations. Using a unique ID per asynchronous call,
it helps associating method calls that otherwise do not appear together
it helps with associating method calls that otherwise do not appear together
in a typical call stack.

#### `asyncHook.enable()`
Expand Down