Commit 3579143
src: set worker thread name using worker.name
Set the worker thread name using worker.name value
and changing the default to "WorkerThread"
PR-URL: #56416
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>1 parent 736ff5d commit 3579143Copy full SHA for 3579143
File tree
Expand file treeCollapse file tree
4 files changed
+13
-5
lines changedOpen diff view settings
Filter options
- doc/api
- lib/internal
- src
- test/parallel
Expand file treeCollapse file tree
4 files changed
+13
-5
lines changedOpen diff view settings
Collapse file
+10-3Lines changed: 10 additions & 3 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1227 | 1227 | |
1228 | 1228 | |
1229 | 1229 | |
1230 | | - |
1231 | | - |
1232 | | - |
| 1230 | + |
| 1231 | + |
| 1232 | + |
| 1233 | + |
| 1234 | + |
| 1235 | + |
| 1236 | + |
| 1237 | + |
| 1238 | + |
| 1239 | + |
1233 | 1240 | |
1234 | 1241 | |
1235 | 1242 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
204 | 204 | |
205 | 205 | |
206 | 206 | |
207 | | - |
| 207 | + |
208 | 208 | |
209 | 209 | |
210 | 210 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
740 | 740 | |
741 | 741 | |
742 | 742 | |
| 743 | + |
743 | 744 | |
744 | 745 | |
745 | 746 | |
|
Collapse file
test/parallel/test-trace-events-worker-metadata.js
Copy file name to clipboardExpand all lines: test/parallel/test-trace-events-worker-metadata.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | | - |
| 26 | + |
27 | 27 | |
28 | 28 | |
29 | 29 | |
|
0 commit comments