Skip to content

Commit 8975b49

Browse files
committed
RM.
1 parent 814937b commit 8975b49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ Returns the current execution context identified with the current asyncId.
7474

7575
Runs a given function under a dedicated AsyncResource, exposing given initial context to the process and it's child processes.
7676

77+
### monitor(): ExecutionMapUsage
78+
79+
Returns an monitoring report over the current execution map resources
80+
7781
### API Usage
7882

7983

@@ -107,6 +111,7 @@ Promise.resolve().then(() => {
107111
}, 1000);
108112

109113
console.log(Context.get()); // outputs: {"value": true}
114+
console.log(Context.monitor) // Will result with monitor result
110115
});
111116
});
112117
```

0 commit comments

Comments
 (0)