EasyConcurrentStream
Create concurrent transform stream from an asyncronous function.
How to use
Interface compatible with buildin stream.Transform https://nodejs.org/api/stream.html#stream_implementing_a_transform_stream
const Transform = Transform; const transform = { ; } { // optionally // when remaining data has been flushed. ; };