wrench-js
wrench-js copied to clipboard
Add async LineReader
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.