We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1252d commit 3de1257Copy full SHA for 3de1257
doc/api/timers.md
@@ -442,6 +442,8 @@ added: v15.9.0
442
-->
443
444
Returns an async iterator that generates values in an interval of `delay` ms.
445
+If `ref` is `true`, you need to call `next()` of async iterator explicitly
446
+or implicitly to keep the event loop alive.
447
448
* `delay` {number} The number of milliseconds to wait between iterations.
449
**Default:** `1`.
0 commit comments