-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Hello, first of all thanks for this awesome package!!
The documentation says that
Stream API will be added soon.
Is it already a work in progress? I would really like to see this.
Also, I want to suggest providing an Async Iterator API instead of a stream API. The reason is that an Async Iterator can be easily converted into a readable stream using into-stream without loss of performance (into-stream
automatically handles backpressure and all stream quirks), while the opposite conversion is very nontrivial (actually I think it's impossible, since readable streams start filling their internal buffers at soon as they begin flowing and therefore can't be converted to a one-step-at-a-time async iterator).
vjpr, benmccann, aleclarson, TheDevMinerTV and KTibow
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed