Commit 75ecf8e
async_wrap: add parent uid to init hook
When the parent uid is required it is not necessary to store the uid in
the parent handle object.
Ref: #7048
PR-URL: #4600
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>1 parent e10eebf commit 75ecf8eCopy full SHA for 75ecf8e
File tree
Expand file treeCollapse file tree
3 files changed
+27
-8
lines changedOpen diff view settings
Filter options
- src
- test/parallel
Expand file treeCollapse file tree
3 files changed
+27
-8
lines changedOpen diff view settings
Collapse file
+5-2Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
42 | 42 | |
43 | 43 | |
44 | 44 | |
| 45 | + |
45 | 46 | |
46 | 47 | |
47 | 48 | |
48 | | - |
49 | | - |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
50 | 53 | |
51 | 54 | |
52 | 55 | |
|
Collapse file
test/parallel/test-async-wrap-disabled-propagate-parent.js
Copy file name to clipboardExpand all lines: test/parallel/test-async-wrap-disabled-propagate-parent.js+10-3Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
| 9 | + |
| 10 | + |
9 | 11 | |
10 | 12 | |
11 | 13 | |
12 | | - |
13 | | - |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
14 | 18 | |
15 | 19 | |
16 | 20 | |
17 | 21 | |
18 | | - |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
19 | 26 | |
20 | 27 | |
21 | 28 | |
|
Collapse file
test/parallel/test-async-wrap-propagate-parent.js
Copy file name to clipboardExpand all lines: test/parallel/test-async-wrap-propagate-parent.js+12-3Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
| 7 | + |
| 8 | + |
| 9 | + |
7 | 10 | |
8 | 11 | |
9 | 12 | |
10 | 13 | |
11 | | - |
12 | | - |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
13 | 18 | |
14 | 19 | |
15 | 20 | |
16 | | - |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
17 | 26 | |
18 | 27 | |
19 | 28 | |
|
0 commit comments