Skip to content

Commit a7164fd

Browse files
authored
doc: remove outdated timeout.unref content
resolve: nodejs#42239 PR-URL: nodejs#42241 Fixes: nodejs#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 e8ac3b4 commit a7164fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/api/timers.md

-4
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)