We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AsyncLocalStorage
1 parent 555aeb3 commit 2c315d2Copy full SHA for 2c315d2
doc/api/async_context.md
@@ -75,8 +75,8 @@ http.get('http://localhost:8080');
75
http.get('http://localhost:8080');
76
// Prints:
77
// 0: start
78
-// 1: start
79
// 0: finish
+// 1: start
80
// 1: finish
81
```
82
@@ -107,8 +107,8 @@ http.get('http://localhost:8080');
107
108
109
110
111
112
113
114
0 commit comments