Commit 146e8ac
timers: remove domain specific code
It is no longer necessary to explicitly set the handle
to inherit the Timeout domain.
PR-URL: #18477
Refs: #16222
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Khaidi Chu <i@2333.moe>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>1 parent 935eac1 commit 146e8acCopy full SHA for 146e8ac
File tree
Expand file treeCollapse file tree
2 files changed
+7
-2
lines changedOpen diff view settings
Filter options
- lib
- test/parallel
Expand file treeCollapse file tree
2 files changed
+7
-2
lines changedOpen diff view settings
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
603 | 603 | |
604 | 604 | |
605 | 605 | |
606 | | - |
607 | 606 | |
608 | 607 | |
609 | 608 | |
|
Collapse file
test/parallel/test-domain-timers.js
Copy file name to clipboardExpand all lines: test/parallel/test-domain-timers.js+7-1Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
33 | | - |
| 33 | + |
34 | 34 | |
| 35 | + |
35 | 36 | |
36 | 37 | |
37 | 38 | |
38 | 39 | |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
39 | 44 | |
| 45 | + |
40 | 46 | |
41 | 47 | |
42 | 48 | |
|
0 commit comments