Skip to content

Commit 701dc14

Browse files
meixgbengl
authored andcommitted
doc: remove outdated timeout.unref content
resolve: #42239 PR-URL: #42241 Fixes: #42239 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Mestery <[email protected]>
1 parent 1796f03 commit 701dc14

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)