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 d2fc2aa commit 90a2892Copy full SHA for 90a2892
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