ryanmcgrath / wrench-js

Recursive file operations in Node.js
MIT License
435 stars 71 forks source link

Add async LineReader #105

Open zenflow opened 9 years ago

zenflow commented 9 years ago

Another feature request.

wrench.LineReader is very useful but using it will block execution of other code. While sometimes we don't care, sometimes we do. For some use-cases, an asynchronous "streaming" LineReader would provide remarkably better performance.