We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think Stream() would be a good place for this, what does everyone else think?
We should also be sure to handle cases such as nodejs/node#28194
The text was updated successfully, but these errors were encountered:
Stream is a utility for connecting multiple bob streams together. It seems to be used like pipeline()
For async iterator use case we can just export a function or class to make the iterator.
Doing this in stream() means you cannot really create an iterator for a single source or duplex cleanly
Sorry, something went wrong.
No branches or pull requests
I think Stream() would be a good place for this, what does everyone else think?
We should also be sure to handle cases such as nodejs/node#28194
The text was updated successfully, but these errors were encountered: