node-stream-array icon indicating copy to clipboard operation
node-stream-array copied to clipboard

make the returned readable stream async

Open timkuijsten opened this issue 10 years ago • 0 comments

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.

timkuijsten avatar Sep 10 '15 19:09 timkuijsten