node-stream-array
node-stream-array copied to clipboard
make the returned readable stream async
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.