Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 701dc14

Browse filesBrowse files
meixgbengl
authored andcommitted
doc: remove outdated timeout.unref content
resolve: #42239 PR-URL: #42241 Fixes: #42239 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
1 parent 1796f03 commit 701dc14
Copy full SHA for 701dc14

File tree

Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Open diff view settings
Collapse file

‎doc/api/timers.md‎

Copy file name to clipboardExpand all lines: doc/api/timers.md
-4Lines changed: 0 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ to remain active. If there is no other activity keeping the event loop running,
140140
the process may exit before the `Timeout` object's callback is invoked. Calling
141141
`timeout.unref()` multiple times will have no effect.
142142

143-
Calling `timeout.unref()` creates an internal timer that will wake the Node.js
144-
event loop. Creating too many of these can adversely impact performance
145-
of the Node.js application.
146-
147143
### `timeout[Symbol.toPrimitive]()`
148144

149145
<!-- YAML

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.