| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -442,6 +442,8 @@ added: v15.9.0 | |||
| 442 | 442 | --> | |
| 443 | 443 | ||
| 444 | 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. | ||
| 445 | 447 | ||
| 446 | 448 | * `delay` {number} The number of milliseconds to wait between iterations. | |
| 447 | 449 | **Default:** `1`. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments