Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pauseable feature #28

Open
sunnytambi opened this issue Feb 3, 2022 · 0 comments
Open

Pauseable feature #28

sunnytambi opened this issue Feb 3, 2022 · 0 comments

Comments

@sunnytambi
Copy link

There is no way that we can pause during read.
Suppose there is a huge file we are reading and we need to process something with each line or bunch of lines, we cannot pause the reading behaviour so that do some in-between processing.
fs.createReadStream however has a stream.pause() feature which is very useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant