| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 31098a4 commit 2407a7a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -356,6 +356,10 @@ async function processLineByLine() { | |||
| 356 | 356 | } | |
| 357 | 357 | ``` | |
| 358 | 358 | ||
| 359 | + `readline.createInterface()` will start to consume the input stream once | ||
| 360 | + invoked. Having asynchronous operations between interface creation and | ||
| 361 | + asynchronous iteration may result in missed lines. | ||
| 362 | + | ||
| 359 | 363 | ### `rl.line` | |
| 360 | 364 | <!-- YAML | |
| 361 | 365 | added: v0.1.98 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments