Skip to content

make the returned readable stream async - #4

Open
timkuijsten wants to merge 3 commits into
mimetnet:masterfrom
timkuijsten:master
Open

make the returned readable stream async#4
timkuijsten wants to merge 3 commits into
mimetnet:masterfrom
timkuijsten:master

Conversation

@timkuijsten

Copy link
Copy Markdown

Most, if not all streams are asynchronous, this one is not. If a big array is used it is streamed completely in the same tick and blocks all other events until it has fired all data events.

This patch makes this module operate asynchronous like other streams.

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

Successfully merging this pull request may close these issues.

1 participant